From 3eeb6f219e4d32160fa10895b57a8ddfefff5ff7 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 17 Mar 2026 13:43:05 +0100 Subject: REFACTOR: finish renaming --- src/c_lex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/c_lex.h') diff --git a/src/c_lex.h b/src/c_lex.h index e70bc78..8797ded 100644 --- a/src/c_lex.h +++ b/src/c_lex.h @@ -1,5 +1,5 @@ -#include "../common.h" -#include "../type.h" +#include "antcc.h" +#include "c_type.h" static inline bool joinspan(struct span0 *dst, struct span0 snd) @@ -45,7 +45,7 @@ enum toktag { /* single-character tokens' tag value is the character itself */ TKSETSHR, /* >>= */ TKIDENT = 0x80, #define _(kw, stdc, ...) TKW##kw, -#include "keywords.def" +#include "c_keywords.def" #undef _ NTOKTAG, }; -- cgit v1.2.3