From 4b3579c968a5f6c9239ee6235f03108d80e1a2e3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Jan 2021 11:39:20 -0800 Subject: More bools, because why not --- pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pattern.c') diff --git a/pattern.c b/pattern.c index cf5b095..2a054e5 100644 --- a/pattern.c +++ b/pattern.c @@ -12,7 +12,7 @@ #include "pattern.h" #include "utils.h" -#define file_err(f, ...) do { fprint_line(stderr, f, __VA_ARGS__); exit(EXIT_FAILURE); } while(0) +#define file_err(f, ...) do { fprint_line(stderr, f, __VA_ARGS__); exit(EXIT_FAILURE); } while(false) __attribute__((nonnull)) static pat_t *expand_chain(file_t *f, pat_t *first); -- cgit v1.2.3