zeev Wed Jan 15 07:30:42 2003 EDT Modified files: /bindlib_w32/sys cdefs.h Log: Fix bug - kill warning(s) Index: bindlib_w32/sys/cdefs.h diff -u bindlib_w32/sys/cdefs.h:1.1.1.1 bindlib_w32/sys/cdefs.h:1.2 --- bindlib_w32/sys/cdefs.h:1.1.1.1 Mon Apr 26 10:04:07 1999 +++ bindlib_w32/sys/cdefs.h Wed Jan 15 07:30:41 2003 @@ -99,7 +99,7 @@ * When using "gcc -traditional", we assume that this is the intent; if * __GNUC__ is defined but __STDC__ is not, we leave the new keywords alone. */ -#ifndef NO_ANSI_KEYWORDS +#ifdef NO_ANSI_KEYWORDS #define const /* delete ANSI C keywords */ #define inline #define signed
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php