From 5a4d4617b6e1633c6b274db4ec5d98910d4bd95d Mon Sep 17 00:00:00 2001 From: dingsun Date: Thu, 2 May 2024 23:13:21 +0800 Subject: [PATCH] save --- cpp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp.c b/cpp.c index a434f5fc..10cbd3d4 100644 --- a/cpp.c +++ b/cpp.c @@ -13,7 +13,8 @@ #include #include #include "8cc.h" - +// print sth +// print sth static Map *macros = &EMPTY_MAP; static Map *once = &EMPTY_MAP; static Map *keywords = &EMPTY_MAP; @@ -49,11 +50,10 @@ static Macro *make_special_macro(SpecialMacroHandler *fn); static void define_obj_macro(char *name, Token *value); static void read_directive(Token *hash); static Token *read_expand(void); - -/* +/* aaaaa * Constructors + * bbbbbb */ - static CondIncl *make_cond_incl(bool wastrue) { CondIncl *r = calloc(1, sizeof(CondIncl)); r->ctx = IN_THEN;