prebuild-bison

This commit is contained in:
David Rose 2005-04-13 02:55:27 +00:00
parent 4a5c29bde8
commit 83a4fd6462

View File

@ -2601,7 +2601,7 @@ case 76:
string strval = yyvsp[-1]._string; string strval = yyvsp[-1]._string;
EggGroup::DCSType f = EggGroup::string_dcs_type(strval); EggGroup::DCSType f = EggGroup::string_dcs_type(strval);
if (f == EggGroup::DC_none) { if (f == EggGroup::DC_unspecified) {
eggyywarning("Unknown DCS type " + strval); eggyywarning("Unknown DCS type " + strval);
} else { } else {
group->set_dcs_type(f); group->set_dcs_type(f);