From: Paul Eggert Date: Sun, 3 Nov 2002 06:16:55 +0000 (+0000) Subject: (errno): Remove declaration, as we are now assuming C89 or better, and X-Git-Tag: BISON-1_875~370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fbf949b82f56969eba1ff33d8ee70790cc8cc43;p=platform%2Fupstream%2Fbison.git (errno): Remove declaration, as we are now assuming C89 or better, and C89 guarantees errno. --- diff --git a/src/system.h b/src/system.h index 9bd7265..9aa6ea8 100644 --- a/src/system.h +++ b/src/system.h @@ -79,10 +79,6 @@ char *alloca (); #endif /* not STDC_HEADERS and not HAVE_STRING_H */ #include -#ifndef errno -extern int errno; -#endif - #include # include "xalloc.h"