diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-07 10:36:17 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-07 10:36:17 +0000 |
commit | 38908fe5517b458b6ede8c0a0d166342501353d1 (patch) | |
tree | e4ade04334087912e94d1be52ba931a5bd52ce0a | |
parent | 1a4a0e9c88df49f209cce17ae018d88ea71a0dfd (diff) | |
download | gcc-38908fe5517b458b6ede8c0a0d166342501353d1.tar.gz |
* doc/gcc.texi: Document consistent style of "32-bit",
"Objective-C", and "@code{NULL}".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46055 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/gcc.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f898b269842..14e2776fe2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk> + + * doc/gcc.texi: Document consistent style of "32-bit", + "Objective-C", and "@code{NULL}". + 2001-10-06 Zack Weinberg <zack@codesourcery.com> * cpplex.c (enum spell_type): Add SPELL_NUMBER. diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index befee3643bb..4efcb7abe89 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -42,6 +42,7 @@ @c anything else? --mew 10feb93 @c For consistency, use the following: +@c - "32-bit" rather than "32 bit" as an adjective. @c - "back end" as a noun, "back-end" as an adjective. @c - "bit-field" not "bitfield" or "bit field" (following the C and C++ @c standards). @@ -54,6 +55,8 @@ @c marked up with @command, for the commands for compilation when the @c emphasis is on those; "GNU C" and "GNU C++" for language dialects; @c and try to avoid the older term "GNU CC". +@c - "@code{NULL}" rather than "NULL". +@c - "Objective-C" rather than "Objective C". @macro gcctabopt{body} @code{\body\} |