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 226a351..a63fc19 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";