Skip to content

Commit

Permalink
Merge pull request #350 from braddr/parse-fix
Browse files Browse the repository at this point in the history
add missing new function
  • Loading branch information
WalterBright committed Aug 29, 2011
2 parents 8fa4a9e + 7f41327 commit 78d39ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parse.h
Original file line number Diff line number Diff line change
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 78d39ce

Please sign in to comment.