diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index e9c3561..1bcc280 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -110,7 +110,7 @@ get_label_from_map (map, i) Nonzero means value is a warning msgid with a single %s for the function's name. */ -char * +const char * function_cannot_inline_p (fndecl) register tree fndecl; { |