]> git.saurik.com Git - bison.git/commitdiff
Adjust to type renamings.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2002 05:31:12 +0000 (05:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2002 05:31:12 +0000 (05:31 +0000)
src/assoc.c

index 226a35198daabc6e1f7060a7856ff167e9150ca6..a63fc191fcce1d735a461f126bf9c1ae31bae413 100644 (file)
    Boston, MA 02111-1307, USA.  */
 
 #include "system.h"
+
 #include "assoc.h"
 
 
 const char *
-assoc_to_string (assoc_t assoc)
+assoc_to_string (assoc a)
 {
-  switch (assoc)
+  switch (a)
     {
     case undef_assoc:
       return "undefined associativity";