some improvements

This commit is contained in:
ceriel
1986-03-24 17:29:57 +00:00
parent 3fc938f8c5
commit 2ab00b6e06
5 changed files with 94 additions and 94 deletions

View File

@@ -4,6 +4,7 @@
struct token {
int tk_symb; /* token itself */
int tk_lineno; /* linenumber on which it occurred */
union {
struct idf *tk_idf; /* IDENT */
char *tk_str; /* STRING */