X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/be14ade55e5f208324e22921b385b4410b33b438..0eae1c91c8675aaaea36d724a74d9051018b243f:/src/struniq.c diff --git a/src/struniq.c b/src/struniq.c index e3d32bbb..e593a4d3 100644 --- a/src/struniq.c +++ b/src/struniq.c @@ -37,7 +37,7 @@ static struct hash_table *struniqs_table = NULL; | Create the struniq for S if needed. | `-------------------------------------*/ -const struniq_t +struniq_t struniq_new (const char *s) { struniq_t res = hash_lookup (struniqs_table, s);