mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(PP): Test PROTOTYPES as well as __STDC__ &c.
This commit is contained in:
parent
3ee5041cf5
commit
9e67b01b56
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue