diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index e5b674a..13f90ca 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -110,7 +110,7 @@ get_identifier (text) /* Identical to get_identifier, except that the length is assumed known. */ - + tree get_identifier_with_length (text, length) const char *text; |