diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | ||