#endif /* not STDC_HEADERS and not HAVE_STRING_H */
#include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
-
#include <limits.h>
# include "xalloc.h"
| GCC extensions. |
`-----------------*/
+/* Use this to suppress gcc's `...may be used before initialized'
+ warnings. */
+#ifdef lint
+# define IF_LINT(Code) Code
+#else
+# define IF_LINT(Code) /* empty */
+#endif
+
#ifndef __attribute__
/* This feature is available in gcc versions 2.5 and later. */
# if !defined (__GNUC__) || __GNUC__ < 2 || \