aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/zconf.h b/zconf.h
index fb76ffe..9baa952 100644
--- a/zconf.h
+++ b/zconf.h
@@ -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