Skip to content

Commit

Permalink
#74 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Sep 12, 2021
1 parent 5289797 commit a28252e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/chibicc.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,6 @@ C_Token *tokenize_buffer(C_parser *tokenizer, char *p);
#define unreachable() \
error("internal error at %s:%d", __FILE__, __LINE__)

//
// preprocess.c
//

char *search_include_paths(char *filename);
void init_macros(void);
void define_macro(char *name, char *buf);
void undef_macro(char *name);
C_Token *preprocess(C_Token *tok);

//
// parse.c
//
Expand Down

0 comments on commit a28252e

Please sign in to comment.