* src/lex.h: Echo modifications.

* src/lex.c (unlex): Parameter is now token_t.
This commit is contained in:
Marc Autret
2001-10-01 19:47:09 +00:00
parent ba6f6bf90f
commit e348b12ae0
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-10-01 Marc Autret <autret_m@epita.fr>
* src/lex.h: Echo modifications.
* src/lex.c (unlex): Parameter is now token_t.
2001-10-01 Marc Autret <autret_m@epita.fr>
* src/main.c: Include lex.h.