aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zconf.h b/zconf.h
index 1abb0ea..ce93061 100644
--- a/zconf.h
+++ b/zconf.h
@@ -3,7 +3,7 @@
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
6/* $Id: zconf.h,v 1.11 1995/05/02 13:07:21 jloup Exp $ */ 6/* $Id: zconf.h,v 1.12 1995/05/03 17:27:12 jloup Exp $ */
7 7
8#ifndef _ZCONF_H 8#ifndef _ZCONF_H
9#define _ZCONF_H 9#define _ZCONF_H
@@ -59,7 +59,7 @@
59 for small objects. 59 for small objects.
60*/ 60*/
61 61
62 /* Type declarations */ 62 /* Type declarations */
63 63
64#ifndef __P /* function prototypes */ 64#ifndef __P /* function prototypes */
65# ifdef STDC 65# ifdef STDC