]> git.saurik.com Git - bison.git/commitdiff
(errno): Remove declaration, as we are now assuming C89 or better, and
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Nov 2002 06:16:55 +0000 (06:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Nov 2002 06:16:55 +0000 (06:16 +0000)
C89 guarantees errno.

src/system.h

index 9bd72650ed2f4ed01dfeeb550262494f2ed2510a..9aa6ea8379d58452edeb9cfd8963cb6c8c5986d7 100644 (file)
@@ -79,10 +79,6 @@ char *alloca ();
 #endif /* not STDC_HEADERS and not HAVE_STRING_H */
 
 #include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
-
 #include <limits.h>
 
 # include "xalloc.h"