From: Dave Love Date: Wed, 21 Jun 2000 16:07:32 +0000 (+0000) Subject: (PP): Test PROTOTYPES as well as __STDC__ &c. X-Git-Tag: emacs-pretest-21.0.90~3154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e67b01b56bf0e2d051344760fce5651441a5faa;p=emacs.git (PP): Test PROTOTYPES as well as __STDC__ &c. --- diff --git a/src/gmalloc.c b/src/gmalloc.c index 9bf84235ee5..e05b758b766 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -36,7 +36,8 @@ Cambridge, MA 02139, USA. #include #endif -#if defined __cplusplus || (defined (__STDC__) && __STDC__) || defined STDC_HEADERS +#if defined __cplusplus || (defined (__STDC__) && __STDC__) || \ + defined STDC_HEADERS || defined PROTOTYPES #undef PP #define PP(args) args #undef __ptr_t