diff options
| author | Dave Love | 2000-06-21 16:07:32 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-21 16:07:32 +0000 |
| commit | 9e67b01b56bf0e2d051344760fce5651441a5faa (patch) | |
| tree | 303efad9cb301bdca473593caf6e3dea5b34632f /src/gmalloc.c | |
| parent | 3ee5041cf5cc5db6a870d0e624ced221665c4e0c (diff) | |
| download | emacs-9e67b01b56bf0e2d051344760fce5651441a5faa.tar.gz emacs-9e67b01b56bf0e2d051344760fce5651441a5faa.zip | |
(PP): Test PROTOTYPES as well as __STDC__ &c.
Diffstat (limited to 'src/gmalloc.c')
| -rw-r--r-- | src/gmalloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
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. | |||
| 36 | #include <config.h> | 36 | #include <config.h> |
| 37 | #endif | 37 | #endif |
| 38 | 38 | ||
| 39 | #if defined __cplusplus || (defined (__STDC__) && __STDC__) || defined STDC_HEADERS | 39 | #if defined __cplusplus || (defined (__STDC__) && __STDC__) || \ |
| 40 | defined STDC_HEADERS || defined PROTOTYPES | ||
| 40 | #undef PP | 41 | #undef PP |
| 41 | #define PP(args) args | 42 | #define PP(args) args |
| 42 | #undef __ptr_t | 43 | #undef __ptr_t |