This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: gcc-3.4/changes.html -- Objective-C


Correctly spell Objective-C.

Installed.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.49
diff -u -3 -p -r1.49 changes.html
--- changes.html	29 Sep 2003 17:53:08 -0000	1.49
+++ changes.html	1 Oct 2003 19:01:29 -0000
@@ -54,15 +54,15 @@
           compiler.</li>
     </ul>
     </li>
-    <li>Inlining heuristics for C, ObjC, C++ and Java have been improved
-        significantly.  Call graph based out-of-order inlining is now
-        enabled by default at <code>-O2</code>.</li>
+    <li>Inlining heuristics for C, Objective-C, C++ and Java have been
+        improved significantly.  Call graph based out-of-order inlining
+        is now enabled by default at <code>-O2</code>.</li>
   </ul>


 <h2>New Languages and Language specific improvements</h2>

-<h3>C/ObjC/C++</h3>
+<h3>C/Objective-C/C++</h3>

   <ul>
     <li>Precompiled headers are now supported.  Precompiled headers


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]