Fix insert_semicolon

This commit is contained in:
Ilmir Usmanov
2014-10-02 21:35:39 +04:00
parent af00691d1d
commit c4c713535e
4 changed files with 38 additions and 21 deletions
+1
View File
@@ -152,6 +152,7 @@ void lexer_run_first_pass (void);
token lexer_next_token (void);
void lexer_save_token (token);
token lexer_prev_token (void);
void lexer_dump_buffer_state (void);