summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 18:17:02 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:12 +0100
commit01f1810e38e276d92d051978043505422ee3211b (patch)
treea839bc9e763d9c37b7e64e1524ebd668bbd30658 /uconfig.h
parentabaa7af6d89122e8180f976675a72244f6cf3f95 (diff)
downloadperl-01f1810e38e276d92d051978043505422ee3211b.tar.gz
Rely on C89 variadic prototypes
The Configure changes here were generated using a version of metaconfig that copies U/modified/vaproto.U from dist/U/vaproto.U, and changes it to refrain from promising to define a _V symbol (which would otherwise cause the relevant probe to included in Configure).
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h26
1 files changed, 2 insertions, 24 deletions
diff --git a/uconfig.h b/uconfig.h
index d216c1e08d..ae678dd51d 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -824,28 +824,6 @@
*/
#define STDCHAR char /**/
-/* CAN_VAPROTO:
- * This variable is defined on systems supporting prototype declaration
- * of functions with a variable number of arguments.
- */
-/* _V:
- * This macro is used to declare function parameters in prototypes for
- * functions with a variable number of parameters. Use double parentheses.
- * For example:
- *
- * int printf _V((char *fmt, ...));
- *
- * Remember to use the plain simple _() macro when declaring a function
- * with no variable number of arguments, since it might be possible to
- * have a non-effect _V() macro and still get prototypes via _().
- */
-/*#define CAN_VAPROTO / **/
-#ifdef CAN_VAPROTO
-#define _V(args) args
-#else
-#define _V(args) ()
-#endif
-
/* INTSIZE:
* This symbol contains the value of sizeof(int) so that the C
* preprocessor can make decisions based on it.
@@ -5332,6 +5310,6 @@
#endif
/* Generated from:
- * 7f3bfc1e6859428578c0019ab544d62b4ee21c87767834fb8501279c5b475c34 config_h.SH
- * b8700c9bc8dced75e16f3f8e898323e77d2c3af9b5722e21942e864eb0a0502b uconfig.sh
+ * 3690e5bc441c5e9339d85fcb354568da9527990929543d72c73cf8ed150832fc config_h.SH
+ * 51a3d2a1b0cd9329ef5b65d93eca04f6f0769a86b8c16db672fda17ea1308fd3 uconfig.sh
* ex: set ro: */