Move fatal from parser.c to lexer.c.

This commit is contained in:
Ruben Ayrapetyan
2014-07-10 21:12:26 +04:00
parent 224c509ff3
commit f9ee8960c7
4 changed files with 13 additions and 21 deletions
+3 -1
View File
@@ -161,4 +161,6 @@ void lexer_save_token (token);
void lexer_dump_buffer_state (void);
#endif
void fatal(int);
#endif