diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |