]> git.saurik.com Git - bison.git/blobdiff - src/assoc.c
skeletons: simplify the handling of default api.location.type
[bison.git] / src / assoc.c
index 3ceb3483a616c3e0c9a847e2607b6a1b675aa83a..5e8b293fa1768e734dd80c243be586ff5e00378f 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2005-2006, 2009-2011 Free Software Foundation,
+   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";
     }
 }