]> git.eshelyaron.com Git - emacs.git/commitdiff
Test BROKEN_PROTOTYPES.
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 Nov 2001 15:08:36 +0000 (15:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 Nov 2001 15:08:36 +0000 (15:08 +0000)
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