aboutsummaryrefslogtreecommitdiffstats
path: root/support/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-01 14:00:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-01 14:00:50 +0200
commit62495dfc7853ccf2a35569000223941a5fe552ba (patch)
treeeef8a355b3f2b27a958e9e82fb0c4b3bb051cbd0 /support/dfa.h
parent7d1b03492eef615e2fbb1f78ce0cf751a364a1dd (diff)
downloadegawk-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.h4
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__