Put "const" after type that it modifies consistently.

This commit is contained in:
Paul Eggert
2002-12-13 08:48:03 +00:00
parent ac72f3e9b5
commit 04e309ce35

View File

@@ -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);