Skip to content

Commit

Permalink
add missing new function
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Aug 28, 2011
1 parent 8fa4a9e commit 7f41327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parse.h
Expand Up @@ -114,6 +114,7 @@ struct Parser : Lexer
Statement *parseStatement(int flags);
Initializer *parseInitializer();
Expression *parseDefaultInitExp();
void checkDanglingElse(Loc elseloc);
void check(Loc loc, enum TOK value);
void check(enum TOK value);
void check(enum TOK value, const char *string);
Expand Down

0 comments on commit 7f41327

Please sign in to comment.