]> git.saurik.com Git - bison.git/blobdiff - src/struniq.h
* tests/actions.at (Actions after errors): New test case.
[bison.git] / src / struniq.h
index bd33c8c34251c8626af280fcee3d1bb83fa3a70d..adaee5d932c8968087535c50dc3072b8cce341bc 100644 (file)
@@ -28,7 +28,7 @@
 typedef const char *struniq_t;
 
 /* Return the struniq for S.  */
-const struniq_t struniq_new (const char *s);
+struniq_t struniq_new (const char *s);
 
 /* Two struniq have the same value iff they are the same.  */
 #define STRUNIQ_EQ(S1, S2) ((S1) == (S2))