mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Put "const" after type that it modifies consistently.
This commit is contained in:
@@ -41,7 +41,7 @@ uniqstr uniqstr_new (char const *s);
|
||||
void uniqstrs_new (void);
|
||||
|
||||
/* Die if S is not a uniqstr. */
|
||||
void uniqstr_assert (const char *s);
|
||||
void uniqstr_assert (char const *s);
|
||||
|
||||
/* Free all the memory allocated for symbols. */
|
||||
void uniqstrs_free (void);
|
||||
|
||||
Reference in New Issue
Block a user