From 15e93b55266186c159688e3b54bead26da206ee2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 13 Feb 2024 17:21:56 +0100 Subject: Make unreachable() useful when debugging, and move common macros --- src/c8asm/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c8asm/main.c') diff --git a/src/c8asm/main.c b/src/c8asm/main.c index 0c8a28a..c70aed5 100644 --- a/src/c8asm/main.c +++ b/src/c8asm/main.c @@ -13,6 +13,7 @@ #include "cerr.h" #include "common.h" #include "lexer.h" +#include "macros.h" #include "parser.h" static void asmfile(int, const char *); -- cgit v1.2.3