summaryrefslogtreecommitdiff
path: root/zconf.h.cmakein
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h.cmakein')
-rw-r--r--zconf.h.cmakein6
1 files changed, 3 insertions, 3 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 0b880ad..b2d78b3 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -268,11 +268,11 @@
# endif
#endif
-#ifndef ON /* function prototypes for stdarg */
+#ifndef Z_ARG /* function prototypes for stdarg */
# if defined(STDC) || defined(Z_HAVE_STDARG_H)
-# define ON(args) args
+# define Z_ARG(args) args
# else
-# define ON(args) ()
+# define Z_ARG(args) ()
# endif
#endif