mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +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:
@@ -58,7 +58,7 @@ YY_DECL;
|
||||
/* From the parser. */
|
||||
extern int gram_debug;
|
||||
int gram_parse (void);
|
||||
char const *token_name (int);
|
||||
char const *token_name (int type);
|
||||
|
||||
|
||||
/* From reader.c. */
|
||||
|
||||
Reference in New Issue
Block a user