PATCH: projects/cpplib.html markup fixes

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Wed Oct 30 09:33:00 GMT 2002


Installed.

Gerald

Index: projects/cpplib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cpplib.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 cpplib.html
--- projects/cpplib.html	25 Jun 2002 20:17:29 -0000	1.20
+++ projects/cpplib.html	30 Oct 2002 17:32:52 -0000
@@ -34,9 +34,9 @@ library.</p>

 <h2>Greater Coordination with the Front Ends</h2>

-The integrated preprocessor would benefit from greater integration
+<p>The integrated preprocessor would benefit from greater integration
 with the front ends.  It still feels like it has been tacked on as an
-after thought, which is not entirely coincidental.
+after thought, which is not entirely coincidental.</p>

 <ol>
   <li>Character sets that are strict supersets of ASCII are safe to
@@ -69,8 +69,8 @@ after thought, which is not entirely coi
       it should use cpplib's token codes.</li>

   <li>String concatenation should be handled in the function
-      <code>c_lex</code> in <tt>c-lex.c</tt>.  Then the front ends would
-      not have to jump through hoops to remember to concatenate
+      <code>c_lex</code> in <code>c-lex.c</code>.  Then the front ends
+      would not have to jump through hoops to remember to concatenate
       strings, and we could simplify the parsers a little too.</li>
 </ol>




More information about the Gcc-patches mailing list