mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
Fix two nits reported by twlevo, plus one more that I discovered.
* src/assoc.h (assoc_to_string): Give a name to the arg, as this is the usual Bison style. * src/location.h (location_print): Likewise. * src/reader.h (token_name): Likewise.
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user