aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:56:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:56:22 +0200
commit7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11 (patch)
tree0df4d527821ad6efb6fd0877eb9aab03ebcc62be /awk.h
parentf91f8ee802f852135c237aafe6e17c02e4439aa5 (diff)
parent7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (diff)
downloadegawk-7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11.tar.gz
egawk-7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11.tar.bz2
egawk-7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11.zip
Merge branch 'master' into feature/stringfix
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 4ad9c717..205bf1e1 100644
--- a/awk.h
+++ b/awk.h
@@ -1914,7 +1914,7 @@ fixtype(NODE *n)
* non-null. Otherwise, the value is false.
*/
-static inline int
+static inline bool
boolval(NODE *t)
{
(void) fixtype(t);