summaryrefslogtreecommitdiff
path: root/zlib/example.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-12 17:42:53 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-09-12 17:42:53 +0000
commitef3381664e516d137c80ebbf48c085220d5810ab (patch)
treeafad186af73219e6bb1a8cb8eac61485fb4eec97 /zlib/example.c
parent3ec980b182de950223663d4a3ef65177fa887501 (diff)
downloadgcc-ef3381664e516d137c80ebbf48c085220d5810ab.tar.gz
* Imported zlib 1.2.3; merged local changes.
From-SVN: r104184
Diffstat (limited to 'zlib/example.c')
-rw-r--r--zlib/example.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/zlib/example.c b/zlib/example.c
index 27237d507f7..7d7342d4aa8 100644
--- a/zlib/example.c
+++ b/zlib/example.c
@@ -1,5 +1,5 @@
/* example.c -- usage example of the zlib compression library
- * Copyright (C) 1995-2003 Jean-loup Gailly.
+ * Copyright (C) 1995-2004 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -11,8 +11,6 @@
#ifdef STDC
# include <string.h>
# include <stdlib.h>
-#else
- extern void exit OF((int));
#endif
#if defined(VMS) || defined(RISCOS)