aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-01 14:01:39 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-01 14:01:39 +0200
commitdf39482aeb06588dec07e3d25779547dbe9fd98b (patch)
treef4be6c8a8f640e05855050f3dac4658f8f8a27c0 /support/regex.c
parentb3388ecca941bbd76ecca9413c78295c97b9013c (diff)
parent62495dfc7853ccf2a35569000223941a5fe552ba (diff)
downloadegawk-df39482aeb06588dec07e3d25779547dbe9fd98b.tar.gz
egawk-df39482aeb06588dec07e3d25779547dbe9fd98b.tar.bz2
egawk-df39482aeb06588dec07e3d25779547dbe9fd98b.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'support/regex.c')
-rw-r--r--support/regex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/support/regex.c b/support/regex.c
index d3a44851..dc8caf69 100644
--- a/support/regex.c
+++ b/support/regex.c
@@ -69,9 +69,6 @@
#include "regex_internal.h"
#include "regex_internal.c"
-#ifndef HAVE_STDBOOL_H
-#include "missing_d/gawkbool.h"
-#endif
#include "regcomp.c"
#include "regexec.c"