aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zconf.h b/zconf.h
index fd10c6a..84ffb32 100644
--- a/zconf.h
+++ b/zconf.h
@@ -266,11 +266,11 @@
266# endif 266# endif
267#endif 267#endif
268 268
269#ifndef ON /* function prototypes for stdarg */ 269#ifndef Z_ARG /* function prototypes for stdarg */
270# if defined(STDC) || defined(Z_HAVE_STDARG_H) 270# if defined(STDC) || defined(Z_HAVE_STDARG_H)
271# define ON(args) args 271# define Z_ARG(args) args
272# else 272# else
273# define ON(args) () 273# define Z_ARG(args) ()
274# endif 274# endif
275#endif 275#endif
276 276