# HG changeset patch # User Richard M. Stallman # Date 1004800116 0 # Node ID 8cb4d744ae0d52aa9cc66c042da7e15d44ca1d79 # Parent 686c91f02b2cf5681dc869987c54836690a5e7ff Test BROKEN_PROTOTYPES. diff -r 686c91f02b2c -r 8cb4d744ae0d src/gmalloc.c --- a/src/gmalloc.c Sat Nov 03 08:23:09 2001 +0000 +++ b/src/gmalloc.c Sat Nov 03 15:08:36 2001 +0000 @@ -36,8 +36,9 @@ #include #endif -#if defined __cplusplus || (defined (__STDC__) && __STDC__) || \ - defined STDC_HEADERS || defined PROTOTYPES +#if ((defined __cplusplus || (defined (__STDC__) && __STDC__) \ + || defined STDC_HEADERS || defined PROTOTYPES) \ + && ! defined (BROKEN_PROTOTYPES)) #undef PP #define PP(args) args #undef __ptr_t