X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6e30ede87a1c39c53842a6a747ecd9f7484d92a5..bcd80897f3b414973fc34dc2ec57ce4df2e69253:/src/assoc.c diff --git a/src/assoc.c b/src/assoc.c index 4e7766ef..5e8b293f 100644 --- a/src/assoc.c +++ b/src/assoc.c @@ -1,7 +1,7 @@ /* 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. @@ -43,5 +43,8 @@ assoc_to_string (assoc a) case non_assoc: return "%nonassoc"; + + case precedence_assoc: + return "%precedence"; } }