some fixes

This commit is contained in:
ceriel
1987-09-28 13:45:24 +00:00
parent 8c6981f642
commit 9d2bfee634
5 changed files with 18 additions and 24 deletions

View File

@@ -232,6 +232,6 @@ CompilationUnit:
identifier(struct idf **id;):
IDENT
{ extern char idfbuf[];
*id = str2idf(idfbuf);
*id = str2idf(idfbuf, 1);
}
;