]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo in last change.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Sep 1999 16:42:25 +0000 (16:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Sep 1999 16:42:25 +0000 (16:42 +0000)
From-SVN: r29128

gcc/integrate.c

index 0092f8f002275f621bba53b246c9ebd7064ad82b..6bcdadbd26e0df886788b536e98403ac67ebcb51 100644 (file)
@@ -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;
This page took 0.095221 seconds and 5 git commands to generate.