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: projects/beginner.html -- work around a MetaHTML bug


The GNU tool we use to preprocess our web pages has, unfortunately,
more or less been abandoned by its maintainer Brian J. Fox, so we
have to work around a bug in that tool as follows. :-(

Thanks to Kaveh for reminding me of this confusing problem, and
thanks to Andrea for the original analysis (and even a patch for
MetaHTML).

Gerald

Index: beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.20
retrieving revision 1.22
diff -u -3 -p -r1.20 -r1.22
--- beginner.html	24 Jan 2002 17:19:02 -0000	1.20
+++ beginner.html	1 Jul 2002 14:44:47 -0000	1.22
@@ -1083,6 +1083,8 @@ huge (432KB on i386).</p>
 <p>Here's some dialogue on the subject, which unfortunately may only
 confuse you.</p>

+<verbatim> <!-- Work around a MetaHTML 5.091 bug, where div is considered a builtin. -->
+
 <blockquote>
 <div>Michael Meissner:</div>
 <div style="border-left: solid blue; padding-left: 4pt">
@@ -1112,6 +1114,9 @@ The comment above hash_scan_insn claims
 parallels, yet the code appears to.
 </div>
 </blockquote>
+
+</verbatim> <!-- Work around a MetaHTML 5.091 bug, where div is considered a builtin. -->
+
 </li>

 <li>Teach the combiner to delete no-op moves it generates.



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