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]

Re: Patch to document spelling conventions for VAX


On Sat, 17 Nov 2001, Florian Weimer wrote:

> And:
> 
>    <td>"PowerPC"</td>
>    <td>"powerpc", "powerPC" or "PowerPc"</td>

OK to commit the following further patch?

Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.11
diff -u -r1.11 codingconventions.html
--- codingconventions.html	2001/11/17 12:31:43	1.11
+++ codingconventions.html	2001/11/18 21:08:41
@@ -240,6 +240,10 @@
     <td>"Objective C"</td>
   </tr>
   <tr>
+    <td>"PowerPC"</td>
+    <td>"powerpc", "powerPC" or "PowerPc"</td>
+  </tr>
+  <tr>
     <td>"SPARC"</td>
     <td>"Sparc" or "sparc"</td>
   </tr>

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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