diff options
Diffstat (limited to 'contrib/ncurses/test/test.priv.h')
-rw-r--r-- | contrib/ncurses/test/test.priv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ncurses/test/test.priv.h b/contrib/ncurses/test/test.priv.h index 58bbd162386fe..f5ecf02c541c8 100644 --- a/contrib/ncurses/test/test.priv.h +++ b/contrib/ncurses/test/test.priv.h @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey <dickey@clark.net> 1996 * ****************************************************************************/ -/* $Id: test.priv.h,v 1.19 2000/09/02 19:31:58 tom Exp $ */ +/* $Id: test.priv.h,v 1.20 2000/11/04 22:56:50 tom Exp $ */ #if HAVE_CONFIG_H #include <ncurses_cfg.h> @@ -87,6 +87,8 @@ extern int optind; #define GCC_UNUSED /* nothing */ #endif +#define CharOf(c) ((unsigned char)(c)) + #define SIZEOF(table) (sizeof(table)/sizeof(table[0])) #if defined(NCURSES_VERSION) && HAVE_NC_ALLOC_H |