/* Muscle table manager for Bison.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
return muscle_keyword;
else if (STREQ (k, "string"))
return muscle_string;
- aver (0);
+ abort ();
}
char const *
case muscle_keyword: return "keyword";
case muscle_string: return "string";
}
- aver (0);
+ abort ();
}