summaryrefslogtreecommitdiff
path: root/src/uniqstr.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-12-13 08:48:03 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-12-13 08:48:03 +0000
commit04e309ce35405521f7b1a7f9856d4007f7987b7b (patch)
tree7ffa55a389a3cd315990901815c1a7288413cdad /src/uniqstr.h
parentac72f3e9b5451f0d8ac2f6d8cbdabe250472aeb0 (diff)
downloadbison-04e309ce35405521f7b1a7f9856d4007f7987b7b.tar.gz
Put "const" after type that it modifies consistently.
Diffstat (limited to 'src/uniqstr.h')
-rw-r--r--src/uniqstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniqstr.h b/src/uniqstr.h
index 6dc7f3f8..90961d9c 100644
--- a/src/uniqstr.h
+++ b/src/uniqstr.h
@@ -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);