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

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++

Reply via email to