diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-09 19:42:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-09 19:42:01 +0300 |
commit | 002a1fb117731667209dbf1278f138c8ad97bc10 (patch) | |
tree | d901f198e51a51e17f8300e60947b81a0c7d2d24 /regex.c | |
parent | bc4094635391dcb93cc3d5d6bef56a96bfff2a00 (diff) | |
download | egawk-002a1fb117731667209dbf1278f138c8ad97bc10.tar.gz egawk-002a1fb117731667209dbf1278f138c8ad97bc10.tar.bz2 egawk-002a1fb117731667209dbf1278f138c8ad97bc10.zip |
Rework handling of bool.
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |