diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-12 17:42:53 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-12 17:42:53 +0000 |
commit | d919a5db39c56de77f7a4033af2a55b2afdbd886 (patch) | |
tree | afad186af73219e6bb1a8cb8eac61485fb4eec97 /zlib/example.c | |
parent | fbac20447b8669e70aead906056eabee7f080de7 (diff) | |
download | gcc-d919a5db39c56de77f7a4033af2a55b2afdbd886.tar.gz |
* Imported zlib 1.2.3; merged local changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104184 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/example.c')
-rw-r--r-- | zlib/example.c | 4 |
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) |