/* Associativity information.
- Copyright (C) 2002, 2005, 2006, 2009, 2010 Free Software
- Foundation, Inc.
+ Copyright (C) 2002, 2005-2006, 2008-2012 Free Software Foundation,
+ Inc.
This file is part of Bison, the GNU Compiler Compiler.
case non_assoc:
return "%nonassoc";
+
+ case precedence_assoc:
+ return "%precedence";
}
}