aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-05-09 19:42:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-05-09 19:42:01 +0300
commit002a1fb117731667209dbf1278f138c8ad97bc10 (patch)
treed901f198e51a51e17f8300e60947b81a0c7d2d24 /regex.c
parentbc4094635391dcb93cc3d5d6bef56a96bfff2a00 (diff)
downloadegawk-002a1fb117731667209dbf1278f138c8ad97bc10.tar.gz
egawk-002a1fb117731667209dbf1278f138c8ad97bc10.tar.bz2
egawk-002a1fb117731667209dbf1278f138c8ad97bc10.zip
Rework handling of bool.
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/regex.c b/regex.c
index 8e046096..3abc7585 100644
--- a/regex.c
+++ b/regex.c
@@ -65,9 +65,7 @@
#include "regex_internal.c"
#ifndef HAVE_STDBOOL_H
-#define bool int
-#define true (1)
-#define false (0)
+#include "missing_d/gawkbool.h"
#endif
#include "regcomp.c"
#include "regexec.c"