]> git.saurik.com Git - bison.git/blobdiff - src/lex.h
* src/system.h: Include `xalloc.h'.
[bison.git] / src / lex.h
index 1bf675a2189c4879df6314b9072ca29a40ec08b2..6a9b2f5add3c90bef949a651ba557db7d1c8fa20 100644 (file)
--- a/src/lex.h
+++ b/src/lex.h
@@ -58,7 +58,8 @@ extern const char *token_buffer;
 extern bucket *symval;
 extern int numval;
 
-void init_lex PARAMS ((void));
+void lex_init PARAMS ((void));
+void lex_free PARAMS ((void));
 int skip_white_space PARAMS ((void));
 void unlex PARAMS ((int));
 void read_type_name PARAMS ((FILE *fin));