mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(errno): Remove declaration, as we are now assuming C89 or better, and
C89 guarantees errno.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user