Move fatal from parser.c to lexer.c.
This commit is contained in:
@@ -161,4 +161,6 @@ void lexer_save_token (token);
|
||||
|
||||
void lexer_dump_buffer_state (void);
|
||||
|
||||
#endif
|
||||
void fatal(int);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user