]> git.saurik.com Git - bison.git/blobdiff - src/assoc.h
Remove last commit at the request of Paul Eggert.
[bison.git] / src / assoc.h
index b31c55e2bc4fd183ed17c82887e81b568e90d374..778a451c9095684e184604b2f79d0dd07e1de137 100644 (file)
@@ -1,5 +1,5 @@
 /* Associativity information.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -30,6 +30,6 @@ typedef enum
   non_assoc
 } assoc;
 
-char const *assoc_to_string (assoc);
+char const *assoc_to_string (assoc a);
 
 #endif /* !ASSOC_H_ */