From f2297c20b69d942fd1e8fdcdd8f4d142c71de662 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Sun, 30 Jul 2023 18:09:52 -0700 Subject: bad line numbers support --- chibicc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chibicc.h') diff --git a/chibicc.h b/chibicc.h index 01f4264..522c214 100644 --- a/chibicc.h +++ b/chibicc.h @@ -464,6 +464,7 @@ void hashmap_test(void); extern bool opt_fpic; extern bool opt_fcommon; +extern bool opt_line_numbers; extern char *base_file; // -- cgit v1.2.3