X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1462fcee1ed295b24f47758b370068aa6304bb41..cc8962bdde81b04aa728aef21e53b4a08a0debfe:/src/assoc.c

diff --git a/src/assoc.c b/src/assoc.c
index 308e2e87..d2eec315 100644
--- a/src/assoc.c
+++ b/src/assoc.c
@@ -1,5 +1,6 @@
 /* Associativity information.
-   Copyright (C) 2002, 2005-2006, 2009-2010 Free Software Foundation,
+
+   Copyright (C) 2002, 2005-2006, 2008-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -42,5 +43,8 @@ assoc_to_string (assoc a)
 
     case non_assoc:
       return "%nonassoc";
+
+    case precedence_assoc:
+      return "%precedence";
     }
 }