Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/lib/libcurses Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/c5acaedb8e01
branches: netbsd-6
changeset: 776975:c5acaedb8e01
user: snj <snj%NetBSD.org@localhost>
date: Fri Jun 19 17:17:59 2015 +0000
description:
Pull up following revision(s) (requested by wiz in ticket #1302):
lib/libcurses/unctrl.h: revision 1.5
Fix quoting in macro.
Needed by dialog-1.2-20150513.
diffstat:
lib/libcurses/unctrl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 032f69e5d042 -r c5acaedb8e01 lib/libcurses/unctrl.h
--- a/lib/libcurses/unctrl.h Fri Jun 19 17:16:11 2015 +0000
+++ b/lib/libcurses/unctrl.h Fri Jun 19 17:17:59 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unctrl.h,v 1.4 2007/05/28 15:01:58 blymn Exp $ */
+/* $NetBSD: unctrl.h,v 1.4.36.1 2015/06/19 17:17:59 snj Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -53,6 +53,6 @@
#define unctrllen(c) __unctrllen[((unsigned char)c) & 0xff]
#ifdef HAVE_WCHAR
-#define wunctrl(wc) __wunctrl[( int )(wc->vals[ 0 ]) & 0xff]
+#define wunctrl(wc) __wunctrl[( int )((wc)->vals[ 0 ]) & 0xff]
#endif /* HAVE_WCHAR */
#endif /* _UNCTRL_H_ */
Home |
Main Index |
Thread Index |
Old Index