diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 18:20:32 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 18:20:32 -0800 |
commit | 3f635df97edbb85f55f8e991e5f00d94f4132a14 (patch) | |
tree | 96546455fcdd5b5c3026dc7d0eae976f8e877a55 /zconf.h | |
parent | ade6825c4996f73d776b0ffa038360762bd318ae (diff) | |
download | zlib-3f635df97edbb85f55f8e991e5f00d94f4132a14.tar.gz zlib-3f635df97edbb85f55f8e991e5f00d94f4132a14.tar.bz2 zlib-3f635df97edbb85f55f8e991e5f00d94f4132a14.zip |
Remove unused Z_ARG macro.
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -300,14 +300,6 @@ | |||
300 | # endif | 300 | # endif |
301 | #endif | 301 | #endif |
302 | 302 | ||
303 | #ifndef Z_ARG /* function prototypes for stdarg */ | ||
304 | # if defined(STDC) || defined(Z_HAVE_STDARG_H) | ||
305 | # define Z_ARG(args) args | ||
306 | # else | ||
307 | # define Z_ARG(args) () | ||
308 | # endif | ||
309 | #endif | ||
310 | |||
311 | /* The following definitions for FAR are needed only for MSDOS mixed | 303 | /* The following definitions for FAR are needed only for MSDOS mixed |
312 | * model programming (small or medium model with some far allocations). | 304 | * model programming (small or medium model with some far allocations). |
313 | * This was tested only with MSC; for other MSDOS compilers you may have | 305 | * This was tested only with MSC; for other MSDOS compilers you may have |