diff mbox

[wwwdocs] Convert gcc-4.9/porting_to.html to using gcc.css (instead of individual style= clauses)

Message ID alpine.LSU.2.20.1601280810450.4948@anthias
State New
Headers show

Commit Message

Gerald Pfeifer Jan. 28, 2016, 3:11 p.m. UTC
On Sun, 24 Jan 2016, Gerald Pfeifer wrote:
> With this, like similar pages, we now have the colors back.

A friendly sole pointed out a mistake I had made in this conversation.

Fixed thusly.

Gerald
diff mbox

Patch

Index: gcc-4.9/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/porting_to.html,v
retrieving revision 1.8
diff -u -r1.8 porting_to.html
--- gcc-4.9/porting_to.html	24 Jan 2016 23:13:07 -0000	1.8
+++ gcc-4.9/porting_to.html	28 Jan 2016 15:09:50 -0000
@@ -49,7 +49,7 @@ 
 <pre>
 <b>t.c:6:19:</b> <span class="boldred">error:</span> expected &lsquo;<b>declare</b>&rsquo; before &lsquo;<b>critical</b>&rsquo;
    #pragma omp end critical
-                   <span class="boldred">^</span>
+                   <span class="boldlime">^</span>
 </pre>
 
 <p>There is no <code>#pragma omp end critical</code> directive for C/C++