aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index 646609d2..72c8cbf0 100644
--- a/awk.h
+++ b/awk.h
@@ -1916,7 +1916,7 @@ fixtype(NODE *n)
* non-null. Otherwise, the value is false.
*/
-static inline int
+static inline bool
boolval(NODE *t)
{
(void) fixtype(t);