]> 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 2ce16f0b5919e852aafc750421958fc86ca01eae..5e8b293fa1768e734dd80c243be586ff5e00378f 100644 (file)
@@ -1,5 +1,7 @@
 /* Associativity information.
-   Copyright (C) 2002, 2005, 2006 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.
 
@@ -41,5 +43,8 @@ assoc_to_string (assoc a)
 
     case non_assoc:
       return "%nonassoc";
+
+    case precedence_assoc:
+      return "%precedence";
     }
 }