From 0e75fc383becccd113416677b7e26e0caf21e28b Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 21 Mar 2026 17:55:01 +0100 Subject: Rework handling of predefined macros. And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc --- src/antcc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/antcc.h') diff --git a/src/antcc.h b/src/antcc.h index 59ae690..61170b9 100644 --- a/src/antcc.h +++ b/src/antcc.h @@ -144,6 +144,10 @@ enum { /* GCC include directory search order: https://gcc.gnu.org/onlinedocs/gcc }; extern CInclPath *cinclpaths[5]; +/** c_lex.c **/ +void cpp0define(const char *name, const char *body); +void cpp0undef(const char *name); + /**********/ /* Target */ /**********/ -- cgit v1.2.3