aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-06-11 13:00:41 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2001-06-11 13:00:41 +0100
commit2c96a7ca3ca36b851d6893e4efad7179c2bb0942 (patch)
tree6e9a9c3fcf60ef7f9f1cf82c291864852560691c
parentf18b70f587310c161b81a159523cf13262b393c3 (diff)
downloadgcc-2c96a7ca3ca36b851d6893e4efad7179c2bb0942.zip
gcc-2c96a7ca3ca36b851d6893e4efad7179c2bb0942.tar.gz
gcc-2c96a7ca3ca36b851d6893e4efad7179c2bb0942.tar.bz2
* doc/c-tree.texi: Use more logical markup.
From-SVN: r43180
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/c-tree.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fe8a619..24d48af 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
+ * doc/c-tree.texi: Use more logical markup.
+
+2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
+
* c-decl.c (xref_tag): Don't return previous tags of wrong type.
2001-06-11 Aldy Hernandez <aldyh@redhat.com>
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index 1e2f32d..7fe7b4c 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -88,7 +88,7 @@ return trees as output. However, most macros require a certain kinds of
tree node as input. In other words, there is a type-system for trees,
but it is not reflected in the C type-system.
-For safety, it is useful to configure G++ with @code{--enable-checking}.
+For safety, it is useful to configure G++ with @option{--enable-checking}.
Although this results in a significant performance penalty (since all
tree types are checked at run-time), and is therefore inappropriate in a
release version, it is extremely helpful during the development process.
@@ -621,8 +621,8 @@ rather than the global namespace in particular.
The @code{::std} namespace, however, @emph{is} special, unless
@code{flag_honor_std} is set. This variable is set by the use
-@samp{-fhonor-std} (or an option that implies it, like
-@samp{-fnew-abi}), when invoking G++. When @code{flag_honor_std} is
+@option{-fhonor-std} (or an option that implies it, like
+@option{-fnew-abi}), when invoking G++. When @code{flag_honor_std} is
set, the @code{std} namespace is just like any other namespace. When
@code{flag_honor_std} is not set, however, the @code{::std} namespace is
treated as a synonym for the global namespace, thereby allowing users to