]> code.delx.au - gnu-emacs/blobdiff - src/gmalloc.c
2002-08-10 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / src / gmalloc.c
index 598d802badc8ddfa3a6397ad3cca9cba816e10ed..77fb31971018a5ea67fe87224ed9ba8e25df9588 100644 (file)
@@ -36,8 +36,9 @@ Cambridge, MA 02139, USA.
 #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