aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@soliton.integrable-solutions.net>2002-08-27 10:53:06 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2002-08-27 10:53:06 +0000
commit3ec07554ce43af96cc284b11c3b65908e8e88e18 (patch)
tree68ab184ec8c4b94ed48e6a30bd4d8abe65787df7
parent35885eab33068a4497dd809704be29ec241baf41 (diff)
downloadgcc-3ec07554ce43af96cc284b11c3b65908e8e88e18.zip
gcc-3ec07554ce43af96cc284b11c3b65908e8e88e18.tar.gz
gcc-3ec07554ce43af96cc284b11c3b65908e8e88e18.tar.bz2
cpp.texi (Common Predefined Macros): Don't mess with table delimiter.
* doc/cpp.texi (Common Predefined Macros): Don't mess with table delimiter. From-SVN: r56598
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/cpp.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4add4da..d2ff4e49 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
+
+ * doc/cpp.texi (Common Predefined Macros): Don't mess with table
+ delimiter.
+
2002-08-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
* c-common.c (cpp_define_data_format): New function.
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index 66edaab..bb0c39c 100644
--- a/gcc/doc/cpp.texi
+++ b/gcc/doc/cpp.texi
@@ -2010,7 +2010,6 @@ handling.
@item __NEXT_RUNTIME__
This macro is defined, with value 1, when the NeXT runtime
(as in @option{-fnext-runtime}) is in use for Objective-C.
-@end table
@item __TARGET_BITS_ORDER__
This macro describes the target's bits order in a byte. Its value is
@@ -2053,6 +2052,7 @@ D-format for the double precision floating-point data type; non-zero
@item __TARGET_USES_VAX_H_FLOAT__
When non-zero, the target uses the VAX H-format for the extended
precision floating-point data type.
+@end table
@node System-specific Predefined Macros
@subsection System-specific Predefined Macros