1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

(PP): Test PROTOTYPES as well as __STDC__ &c.

This commit is contained in:
Dave Love 2000-06-21 16:07:32 +00:00
parent 3ee5041cf5
commit 9e67b01b56

View File

@ -36,7 +36,8 @@ Cambridge, MA 02139, USA.
#include <config.h>
#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