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 | |
| parent | ade6825c4996f73d776b0ffa038360762bd318ae (diff) | |
| download | zlib-3f635df97edbb85f55f8e991e5f00d94f4132a14.tar.gz zlib-3f635df97edbb85f55f8e991e5f00d94f4132a14.tar.bz2 zlib-3f635df97edbb85f55f8e991e5f00d94f4132a14.zip | |
Remove unused Z_ARG macro.
| -rw-r--r-- | zconf.h | 8 | ||||
| -rw-r--r-- | zconf.h.cmakein | 8 | ||||
| -rw-r--r-- | zconf.h.in | 8 |
3 files changed, 0 insertions, 24 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 |
diff --git a/zconf.h.cmakein b/zconf.h.cmakein index 310c439..51558ce 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein | |||
| @@ -302,14 +302,6 @@ | |||
| 302 | # endif | 302 | # endif |
| 303 | #endif | 303 | #endif |
| 304 | 304 | ||
| 305 | #ifndef Z_ARG /* function prototypes for stdarg */ | ||
| 306 | # if defined(STDC) || defined(Z_HAVE_STDARG_H) | ||
| 307 | # define Z_ARG(args) args | ||
| 308 | # else | ||
| 309 | # define Z_ARG(args) () | ||
| 310 | # endif | ||
| 311 | #endif | ||
| 312 | |||
| 313 | /* The following definitions for FAR are needed only for MSDOS mixed | 305 | /* The following definitions for FAR are needed only for MSDOS mixed |
| 314 | * model programming (small or medium model with some far allocations). | 306 | * model programming (small or medium model with some far allocations). |
| 315 | * This was tested only with MSC; for other MSDOS compilers you may have | 307 | * This was tested only with MSC; for other MSDOS compilers you may have |
| @@ -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 |
