]> git.saurik.com Git - bison.git/commitdiff
Put "const" after type that it modifies consistently.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 08:48:03 +0000 (08:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 08:48:03 +0000 (08:48 +0000)
src/uniqstr.h

index 6dc7f3f84a53027e825654cd3b9d6f93c8537dcb..90961d9c38dbf6b68521627e52067710f9318b2e 100644 (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);