aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 12:38:18 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 12:38:18 +0100
commit2c3617ed353fab026896ce6f709d778f7929381e (patch)
tree74ef8f867b380d991e5b32e095292fa009a5c142 /src/c8asm
parentee3eb5ac6c89d10b4a564dedae50216b196bad9c (diff)
Rename lookup.h to autogen-lookup.h
Diffstat (limited to 'src/c8asm')
-rw-r--r--src/c8asm/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c8asm/parser.c b/src/c8asm/parser.c
index 86f4ca5..e0f3660 100644
--- a/src/c8asm/parser.c
+++ b/src/c8asm/parser.c
@@ -52,7 +52,7 @@ static void parseop_add(void), parseop_and(void), parseop_bcd(void),
parseop_shl(void), parseop_shr(void), parseop_sknp(void), parseop_skp(void),
parseop_sne(void), parseop_stor(void), parseop_sub(void),
parseop_subn(void), parseop_sys(void), parseop_xor(void);
-#include "lookup.h"
+#include "autogen-lookup.h"
static size_t i;
static struct ast ast;