Mercurial > emacs
diff src/gmalloc.c @ 40670:8cb4d744ae0d
Test BROKEN_PROTOTYPES.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 03 Nov 2001 15:08:36 +0000 |
| parents | 46942d9e7537 |
| children | 23a1cea22d13 |
line wrap: on
line diff
--- 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 <config.h> #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
