diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 14:37:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 14:37:45 +0200 |
commit | afc57f3db63c875d7cacbb2d69482558ef536ee7 (patch) | |
tree | 0e516b13abb4696cf2867b10b66170e033a4ec3c /vms/vms-conf.h | |
parent | c0a8d7149e857272e9202044c8ed77b4fc02e180 (diff) | |
download | egawk-afc57f3db63c875d7cacbb2d69482558ef536ee7.tar.gz egawk-afc57f3db63c875d7cacbb2d69482558ef536ee7.tar.bz2 egawk-afc57f3db63c875d7cacbb2d69482558ef536ee7.zip |
Remove use of AC_C_PROTOTYPE.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r-- | vms/vms-conf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 183b7245..cbdc9508 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -407,9 +407,6 @@ /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT -/* Define to 1 if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 - /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -481,9 +478,6 @@ # undef _TANDEM_SOURCE #endif -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 - /* Define to empty if `const' does not conform to ANSI C. */ #undef const |