/* Associativity information.
- Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
{
switch (a)
{
+ default:
+ abort ();
+
case undef_assoc:
return "undefined associativity";
case non_assoc:
return "%nonassoc";
}
- return NULL;
}