]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cpp.texi (Common Predefined Macros): Don't mess with table delimiter.
authorGabriel Dos Reis <gdr@soliton.integrable-solutions.net>
Tue, 27 Aug 2002 10:53:06 +0000 (10:53 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 27 Aug 2002 10:53:06 +0000 (10:53 +0000)
* doc/cpp.texi (Common Predefined Macros): Don't mess with
          table
  delimiter.

From-SVN: r56598

gcc/ChangeLog
gcc/doc/cpp.texi

index 4add4da5e4c29696ac309e5540addae081a95243..d2ff4e49cee9ddea84ced6dc5b7f41dc300da61a 100644 (file)
@@ -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.
index 66edaab348e87a5eac2ab81a8dd4e2705a884c9f..bb0c39ce835082f59a52d1d37b74d2c542ded78f 100644 (file)
@@ -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