(they were not accepted as names by the import parser)
R=ken
DELTA=3 (0 added, 0 deleted, 3 changed)
OCL=14159
CL=14159
}
isym:
- sym '.' sym2
+ sym1 '.' sym2
{
$$ = nod(OIMPORT, N, N);
$$->osym = $1;
$$->sym = $3;
renamepkg($$);
}
-| '(' sym ')' sym '.' sym2
+| '(' sym1 ')' sym1 '.' sym2
{
$$ = nod(OIMPORT, N, N);
$$->osym = $2;
}
hidden_importfield:
- sym isym
+ sym1 isym
{
$$ = $2;
$$->fsym = $1;