Updated
This commit is contained in:
@ -122,7 +122,7 @@ prototype:
|
||||
|
||||
definition:
|
||||
TYPE ID COLON {
|
||||
printf("Currently see a record definition for %s\n", $<words>2);
|
||||
printf("Currently see a record definition for %s\n", $<words>2);
|
||||
tn = CreateEntry(getAncestor(cur), recprime, $2, CreateRecordInfo(0, cur = CreateScope(cur, 0, 0)));
|
||||
if (table_lookup(getAncestor(cur), $2) == NULL) {
|
||||
printf("rec not found \n");
|
||||
|
Reference in New Issue
Block a user