projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
maint: more syntax-checks
[bison.git]
/
src
/
assoc.c
diff --git
a/src/assoc.c
b/src/assoc.c
index 4e7766ef9306336c561e50dc7553d14f1582d1d6..5e8b293fa1768e734dd80c243be586ff5e00378f 100644
(file)
--- a/
src/assoc.c
+++ b/
src/assoc.c
@@
-1,7
+1,7
@@
/* Associativity information.
/* 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.
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 non_assoc:
return "%nonassoc";
+
+ case precedence_assoc:
+ return "%precedence";
}
}
}
}