| Submitter | Gerald Pfeifer |
|---|---|
| Date | Oct. 10, 2011, 1:10 a.m. |
| Message ID | <alpine.LNX.2.00.1110091907540.4588@gerinyyl.fvgr> |
| Download | mbox | patch |
| Permalink | /patch/118628/ |
| State | New |
| Headers | show |
Comments
On 10 October 2011 02:10, Gerald Pfeifer wrote: > On Tue, 4 Oct 2011, Jonathan Wakely wrote: >> I've committed this, which documents the fix for >> http://gcc.gnu.org/PR1773 in gcc-4.7/changes.html, and also replaces >> some > characters with the > entity. > > Interesting that the latter was not caught by the validator? I think it might be valid (at least xmllint says so in --html mode) so that part was probably unnecessary.
Patch
Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.47 diff -u -r1.47 changes.html --- changes.html 9 Oct 2011 23:08:14 -0000 1.47 +++ changes.html 10 Oct 2011 01:06:49 -0000 @@ -267,8 +267,8 @@ } a; // initializes a.i to 42 </pre></blockquote></li> - <li>G++ now sets the predefined macro <tt>__cplusplus</tt> to the - correct value, <tt>199711L</tt>. + <li>G++ now sets the predefined macro <code>__cplusplus</code> to the + correct value, <code>199711L</code>. </li> </ul>