projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b909684
)
Fix typo in last change.
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Sun, 5 Sep 1999 16:42:25 +0000
(16:42 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Sun, 5 Sep 1999 16:42:25 +0000
(16:42 +0000)
From-SVN: r29128
gcc/integrate.c
patch
|
blob
|
history
diff --git
a/gcc/integrate.c
b/gcc/integrate.c
index 0092f8f002275f621bba53b246c9ebd7064ad82b..6bcdadbd26e0df886788b536e98403ac67ebcb51 100644
(file)
--- a/
gcc/integrate.c
+++ b/
gcc/integrate.c
@@
-149,7
+149,7
@@
function_cannot_inline_p (fndecl)
return N_("function with nested functions cannot be inline");
if (forced_labels)
- return
"function with label addresses used in initializers cannot inline"
;
+ return
N_("function with label addresses used in initializers cannot inline")
;
if (current_function_cannot_inline)
return current_function_cannot_inline;