diff options
Diffstat (limited to 'zlib/zconf.h')
| -rw-r--r-- | zlib/zconf.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h index 79257349d..821aa56f7 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -4,7 +4,7 @@ /* FLTK *************************************************************** */ /* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler + * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -313,14 +313,6 @@ # endif #endif -#ifndef Z_ARG /* function prototypes for stdarg */ -# if defined(STDC) || defined(Z_HAVE_STDARG_H) -# define Z_ARG(args) args -# else -# define Z_ARG(args) () -# endif -#endif - /* The following definitions for FAR are needed only for MSDOS mixed * model programming (small or medium model with some far allocations). * This was tested only with MSC; for other MSDOS compilers you may have |
