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:
parent
3ee5041cf5
commit
9e67b01b56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user