diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-23 05:55:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-23 05:55:29 +0200 |
commit | 82edbe5494206a6c1e8177149b10f33ab0aab4c4 (patch) | |
tree | 35bfb901c3d0821407b0d49f8d174acbfdeaad46 /awk.h | |
parent | 47fc30bb2837ee79aea535d2c34cbea6ba01643b (diff) | |
parent | 7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (diff) | |
download | egawk-82edbe5494206a6c1e8177149b10f33ab0aab4c4.tar.gz egawk-82edbe5494206a6c1e8177149b10f33ab0aab4c4.tar.bz2 egawk-82edbe5494206a6c1e8177149b10f33ab0aab4c4.zip |
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |