From 0be098929a062d706057d7beb78666daa52bac49 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 17 Oct 2016 23:24:01 +0200 Subject: tccpp_new/delete and other cleanups --- tccasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccasm.c') diff --git a/tccasm.c b/tccasm.c index 890956b..911fd48 100644 --- a/tccasm.c +++ b/tccasm.c @@ -868,7 +868,7 @@ ST_FUNC int tcc_assemble(TCCState *s1, int do_preprocess) Sym *define_start; int ret; - preprocess_init(s1); + preprocess_start(s1); /* default section is text */ cur_text_section = text_section; -- cgit v1.3.1