(errno): Remove declaration, as we are now assuming C89 or better, and

C89 guarantees errno.
This commit is contained in:
Paul Eggert
2002-11-03 06:16:55 +00:00
parent 762b212bdf
commit 3fbf949b82

View 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"