aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.cmakein
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 @@
268# endif 268# endif
269#endif 269#endif
270 270
271#ifndef ON /* function prototypes for stdarg */ 271#ifndef Z_ARG /* function prototypes for stdarg */
272# if defined(STDC) || defined(Z_HAVE_STDARG_H) 272# if defined(STDC) || defined(Z_HAVE_STDARG_H)
273# define ON(args) args 273# define Z_ARG(args) args
274# else 274# else
275# define ON(args) () 275# define Z_ARG(args) ()
276# endif 276# endif
277#endif 277#endif
278 278