X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/95612cfa608188fc323ed3f8560cc6aea953ff32..b25d88f6d2e2f4b59927aacecdc0a9e44a34b5d9:/src/struniq.h diff --git a/src/struniq.h b/src/struniq.h index bd33c8c3..adaee5d9 100644 --- a/src/struniq.h +++ b/src/struniq.h @@ -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))