diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 00:55:41 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:33 +0100 |
commit | 9d82a2b71ca36a0f03ce4676aab0bada365292a9 (patch) | |
tree | 96d319dc6c4321e6fbc992af2b26b54dc49f4bd4 /plan9/config.plan9 | |
parent | 3d97541cde09d330e1c16246cbe085f4717abb01 (diff) | |
download | perl-9d82a2b71ca36a0f03ce4676aab0bada365292a9.tar.gz |
Rely on C89 <stdarg.h>
Diffstat (limited to 'plan9/config.plan9')
-rw-r--r-- | plan9/config.plan9 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 1be10e85ba..0fcfa82d9f 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3619,17 +3619,6 @@ */ /*#define I_NDBM / **/ -/* I_STDARG: - * This symbol, if defined, indicates that <stdarg.h> exists and should - * be included. - */ -/* I_VARARGS: - * This symbol, if defined, indicates to the C program that it should - * include <varargs.h>. - */ -#define I_STDARG /**/ -/*#define I_VARARGS / **/ - /* SH_PATH: * This symbol contains the full pathname to the shell used on this * on this system to execute Bourne shell scripts. Usually, this will be |