aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:55:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:55:48 +0200
commit41e269d652c1260c9e72868fc761f347ef9f9155 (patch)
treeccf3a0e51c0e5e33b06c953a83a8ec8fad90b28b /awk.h
parent97f413037ece028b55f5a53251ae06e6b443e233 (diff)
parent7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (diff)
downloadegawk-41e269d652c1260c9e72868fc761f347ef9f9155.tar.gz
egawk-41e269d652c1260c9e72868fc761f347ef9f9155.tar.bz2
egawk-41e269d652c1260c9e72868fc761f347ef9f9155.zip
Merge branch 'master' into feature/fix-comments
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 199aba38..aae5e7ec 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);