aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-03-05 14:26:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-03-05 14:26:15 +0200
commitb9931e852ba21180c380639135f96cdcd0a3015f (patch)
treef9941c423cacfcdbeec956dfd6d1150ad7e17bf6 /eval.c
parent09887734833d47e9c2ea1203689a9bc7bccae723 (diff)
downloadegawk-b9931e852ba21180c380639135f96cdcd0a3015f.tar.gz
egawk-b9931e852ba21180c380639135f96cdcd0a3015f.tar.bz2
egawk-b9931e852ba21180c380639135f96cdcd0a3015f.zip
Start on a bool type for gawk.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 640f939f..75c39327 100644
--- a/eval.c
+++ b/eval.c
@@ -455,6 +455,7 @@ flags2str(int flagval)
{ XARRAY, "XARRAY" },
{ NUMCONSTSTR, "NUMCONSTSTR" },
{ REGEX, "REGEX" },
+ { BOOL, "BOOL" },
{ 0, NULL },
};