mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
prebuild-bison
This commit is contained in:
parent
cbf0b4ab88
commit
ad21654d1d
@ -1537,7 +1537,7 @@ case 52:
|
|||||||
#line 465 "dcParser.yxx"
|
#line 465 "dcParser.yxx"
|
||||||
{
|
{
|
||||||
yyval.u.field = current_atomic;
|
yyval.u.field = current_atomic;
|
||||||
current_atomic = new DCAtomicField(yyvsp[-1].str);
|
current_atomic = new DCAtomicField(yyvsp[-1].str, current_class);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 53:
|
case 53:
|
||||||
@ -2289,7 +2289,7 @@ case 165:
|
|||||||
case 166:
|
case 166:
|
||||||
#line 1156 "dcParser.yxx"
|
#line 1156 "dcParser.yxx"
|
||||||
{
|
{
|
||||||
current_molecular = new DCMolecularField(yyvsp[-1].str);
|
current_molecular = new DCMolecularField(yyvsp[-1].str, current_class);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 167:
|
case 167:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user