X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest.priv.h;h=4f472d33a4b90773843597b40f65bea053b74024;hp=0ab41507989b8c5ca2a0119bdc71d1800f2861ef;hb=25358bc041a5566ce2de4c9c792837e552b35671;hpb=574a94bc3d70682bde48f7f10d3c12a58e581e27 diff --git a/test/test.priv.h b/test/test.priv.h index 0ab41507..4f472d33 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.67 2007/06/23 15:46:17 tom Exp $ */ +/* $Id: test.priv.h,v 1.68 2007/06/30 17:53:09 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -309,7 +309,7 @@ extern int optind; #ifndef HAVE_TYPE_ATTR_T #if !USE_WIDEC_SUPPORT -#define attr_t long +#define attr_t chtype #endif #endif