aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/implement-c.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-10-28 01:20:42 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-10-28 01:20:42 +0100
commitd78aa55cc9489d582a46e19478b0438d7382423a (patch)
tree6f9913b7541fad96286adcce195a648eab93c1da /gcc/doc/implement-c.texi
parent98f61f572fa3d6a3efe1f971908560ecd399d131 (diff)
downloadgcc-d78aa55cc9489d582a46e19478b0438d7382423a.zip
gcc-d78aa55cc9489d582a46e19478b0438d7382423a.tar.gz
gcc-d78aa55cc9489d582a46e19478b0438d7382423a.tar.bz2
c-tree.texi, [...]: Put punctuation outside quotes.
* doc/c-tree.texi, doc/cpp.texi, doc/implement-c.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/tm.texi: Put punctuation outside quotes. From-SVN: r89724
Diffstat (limited to 'gcc/doc/implement-c.texi')
-rw-r--r--gcc/doc/implement-c.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi
index 7fde145..841ce75 100644
--- a/gcc/doc/implement-c.texi
+++ b/gcc/doc/implement-c.texi
@@ -8,7 +8,7 @@
A conforming implementation of ISO C is required to document its
choice of behavior in each of the areas that are designated
-``implementation defined.'' The following lists all such areas,
+``implementation defined''. The following lists all such areas,
along with the section numbers from the ISO/IEC 9899:1990 and ISO/IEC
9899:1999 standards. Some areas are only implementation-defined in
one version of the standard.