]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
* src/system.h: Include `xalloc.h'.
[bison.git] / src / reader.c
index 2e4898467012f06a90980b26a58283fc807a99c8..5731bf8f1883ac0efa5ed869663240274e87fec0 100644 (file)
@@ -26,7 +26,6 @@
 #include "quote.h"
 #include "getargs.h"
 #include "files.h"
-#include "xalloc.h"
 #include "symtab.h"
 #include "lex.h"
 #include "gram.h"
@@ -1912,7 +1911,7 @@ reader (void)
 
   grammar = NULL;
 
-  init_lex ();
+  lex_init ();
   lineno = 1;
 
   /* Initialize the symbol table.  */