From b71515071d1310bbf9cd34f8997aa736ebd30099 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 19 Jun 2023 11:56:46 +0200 Subject: frontend: separate compiler & lexer --- eval.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 8b4e7fb..71be890 100644 --- a/eval.c +++ b/eval.c @@ -1,5 +1,4 @@ -#include "common.h" -#include "parse.h" +#include "c.h" static int targ2hosttype(enum typetag t) -- cgit v1.2.3