From 7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 23 Feb 2017 05:54:44 +0200 Subject: Change return type on some functions from int to bool. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') 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]) -- cgit v1.2.3