diff options
Diffstat (limited to 'src/reader.c')
-rw-r--r-- | src/reader.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reader.c b/src/reader.c index 2e489846..5731bf8f 100644 --- a/src/reader.c +++ b/src/reader.c @@ -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. */ |