From 9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 13 Oct 2017 16:03:33 +0300 Subject: Remove gawkbool.h; rely on their being a stdbool.h. --- awk.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 5eec241e..895dad9a 100644 --- a/awk.h +++ b/awk.h @@ -53,9 +53,7 @@ #include #include -#ifdef HAVE_LIMITS_H #include -#endif /* HAVE_LIMITS_H */ #include #include @@ -73,11 +71,8 @@ #error "gawk no longer supports non-C89 environments (no __STDC__ or __STDC__ < 1)" #endif -#if defined(HAVE_STDARG_H) #include -#else -#error "gawk no longer supports . Please update your compiler and runtime" -#endif +#include #include #include #include @@ -89,11 +84,6 @@ extern int errno; #include #endif /* not STDC_HEADERS */ -#ifdef HAVE_STDBOOL_H -#include -#else -#include "missing_d/gawkbool.h" -#endif /* We can handle multibyte strings. */ #include -- cgit v1.2.3