Browse Source

prebuild-bison

David Rose 21 years ago
parent
commit
83a4fd6462
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg/parser.cxx.prebuilt

+ 1 - 1
panda/src/egg/parser.cxx.prebuilt

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