Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/lib/libcurses Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/9ae139c2eca5
branches: netbsd-7
changeset: 799389:9ae139c2eca5
user: snj <snj%NetBSD.org@localhost>
date: Mon Jun 01 19:26:26 2015 +0000
description:
Pull up following revision(s) (requested by wiz in ticket #811):
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 a96f117a3d41 -r 9ae139c2eca5 lib/libcurses/unctrl.h
--- a/lib/libcurses/unctrl.h Mon Jun 01 19:24:47 2015 +0000
+++ b/lib/libcurses/unctrl.h Mon Jun 01 19:26:26 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.54.1 2015/06/01 19:26:26 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