From: Paul Eggert Date: Wed, 23 Oct 2002 07:35:48 +0000 (+0000) Subject: (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl; not needed any more. X-Git-Tag: BISON-1_875~394 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e0c74f0d34a772df30dcec1d44c8e04c63e2452d (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl; not needed any more. --- diff --git a/src/complain.c b/src/complain.c index 1ad672ba..7adff368 100644 --- a/src/complain.c +++ b/src/complain.c @@ -29,8 +29,6 @@ #if STDC_HEADERS || _LIBC # include # include -#else -void exit (); #endif #include "complain.h"