diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 18:50:15 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:27 +0100 |
commit | 3d97541cde09d330e1c16246cbe085f4717abb01 (patch) | |
tree | 7449d10641b981b261f2989f41c009dddc476b4f /win32/config_H.vc | |
parent | c9db53f47fcab6bc813d34e149444282f9aef29c (diff) | |
download | perl-3d97541cde09d330e1c16246cbe085f4717abb01.tar.gz |
Rely on C89 prototypes
The Configure changes here were generated using a version of metaconfig
that modifies the prototype.U and Protochk.U units to assume that C89
prototypes work.
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 74f49470ad..38df7a63be 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2288,24 +2288,6 @@ */ /*#define MYMALLOC / **/ -/* CAN_PROTOTYPE: - * If defined, this macro indicates that the C compiler can handle - * function prototypes. - */ -/* _: - * This macro is used to declare function parameters for folks who want - * to make declarations with prototypes using a different style than - * the above macros. Use double parentheses. For example: - * - * int main _((int argc, char *argv[])); - */ -#define CAN_PROTOTYPE /**/ -#ifdef CAN_PROTOTYPE -#define _(args) args -#else -#define _(args) () -#endif - /* 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 |