A newer version

This commit is contained in:
ceriel
1986-04-04 13:47:04 +00:00
parent 80b9feb37f
commit eadfa9ae0a
9 changed files with 152 additions and 58 deletions

View File

@@ -37,10 +37,10 @@ insert_token(tk)
dot.TOK_IDF = gen_anon_idf();
break;
case STRING:
dot.TOK_SLE = 1;
dot.TOK_STR = Salloc("", 1);
break;
case INTEGER:
/* dot.TOK_ITP = INT; */
dot.TOK_INT = 1;
break;
case REAL: