diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-01 14:00:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-01 14:00:50 +0200 |
commit | 62495dfc7853ccf2a35569000223941a5fe552ba (patch) | |
tree | eef8a355b3f2b27a958e9e82fb0c4b3bb051cbd0 /support/dfa.h | |
parent | 7d1b03492eef615e2fbb1f78ce0cf751a364a1dd (diff) | |
download | egawk-62495dfc7853ccf2a35569000223941a5fe552ba.tar.gz egawk-62495dfc7853ccf2a35569000223941a5fe552ba.tar.bz2 egawk-62495dfc7853ccf2a35569000223941a5fe552ba.zip |
Remove includes of gawkbool.h from support files. Ooops.
Diffstat (limited to 'support/dfa.h')
-rw-r--r-- | support/dfa.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/support/dfa.h b/support/dfa.h index 7d11f05d..79ada1e2 100644 --- a/support/dfa.h +++ b/support/dfa.h @@ -19,11 +19,7 @@ /* Written June, 1988 by Mike Haertel */ #include <regex.h> -#ifdef HAVE_STDBOOL_H #include <stdbool.h> -#else -#include "missing_d/gawkbool.h" -#endif /* HAVE_STDBOOL_H */ #include <stddef.h> #if 3 <= __GNUC__ |