summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 18:50:15 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:27 +0100
commit3d97541cde09d330e1c16246cbe085f4717abb01 (patch)
tree7449d10641b981b261f2989f41c009dddc476b4f /win32/config_H.gc
parentc9db53f47fcab6bc813d34e149444282f9aef29c (diff)
downloadperl-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.gc')
-rw-r--r--win32/config_H.gc18
1 files changed, 0 insertions, 18 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 702bdb5eb8..757295cfa4 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -2297,24 +2297,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