X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0fb669f9d648dfdd7a39478a6b658511455ae966..b0f4c4eaa1da1437b18d5d8e250d666133225d8a:/src/assoc.h diff --git a/src/assoc.h b/src/assoc.h index b31c55e2..778a451c 100644 --- a/src/assoc.h +++ b/src/assoc.h @@ -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_ */