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
View File
@@ -32,9 +32,6 @@
#include "parser.h"
#include "pretty-printer.h"
/* FIXME: Make general fatal function call it from libjsparser's fatal */
extern void fatal(int);
void fake_exit (void);
void