summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-03 15:08:36 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-03 15:08:36 +0000
commitdcef0def586cbc464381f7ef066587f4f4ea1852 (patch)
tree90bb86da21678c9586f01c7c84e9d93174826453 /src/gmalloc.c
parent83c420d961f7de8636026ce9222e53e1b73d92c7 (diff)
downloademacs-dcef0def586cbc464381f7ef066587f4f4ea1852.tar.gz
Test BROKEN_PROTOTYPES.
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c
index 598d802badc..77fb3197101 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -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