summaryrefslogtreecommitdiff
path: root/zlib/zconf.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-17 09:40:29 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-17 12:20:28 +0100
commitb90437119d2ebe3211dcaf9bfee7e68eb5058874 (patch)
tree9f6e2497af3ee07e6a8083dc4ef42dde5b6a951d /zlib/zconf.h
parent00cdb1757ff37177d7a6440fc94f044b5614c821 (diff)
Update bundled zlib to version 1.3.1
Diffstat (limited to 'zlib/zconf.h')
-rw-r--r--zlib/zconf.h10
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