changeset 40670:8cb4d744ae0d

Test BROKEN_PROTOTYPES.
author Richard M. Stallman <rms@gnu.org>
date Sat, 03 Nov 2001 15:08:36 +0000
parents 686c91f02b2c
children 526c9b7941f5
files src/gmalloc.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
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