aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index ab77016d..73bd7fc9 100644
--- a/eval.c
+++ b/eval.c
@@ -1510,7 +1510,7 @@ unwind_stack(long n)
#define pop_stack() (void) unwind_stack(0)
-static inline int
+static inline bool
eval_condition(NODE *t)
{
if (t == node_Boolean[false])