diff options
Diffstat (limited to 'gcc/data-streamer-in.c')
-rw-r--r-- | gcc/data-streamer-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/data-streamer-in.c b/gcc/data-streamer-in.c index 6e65cf57841..ea1628c30dc 100644 --- a/gcc/data-streamer-in.c +++ b/gcc/data-streamer-in.c @@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see /* Read a string from the string table in DATA_IN using input block IB. Write the length to RLEN. */ -const char * +static const char * string_for_index (struct data_in *data_in, unsigned int loc, unsigned int *rlen) { unsigned int len; |