X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=zlib%2Fexample.c;h=7d7342d4aa821d199797722cd743e71e126d94f3;hb=279d9a9229b919319bd171e0ac51dd66edd9e6b3;hp=27237d507f7b7f2387c1b31e397463cc41d91fe0;hpb=87a2b23a2bafbd771625eb6ce8ee8e644aa8cfe3;p=pf3gnuchains%2Fgcc-fork.git 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 # include -#else - extern void exit OF((int)); #endif #if defined(VMS) || defined(RISCOS)