From: Gabriel Dos Reis Date: Tue, 27 Aug 2002 10:53:06 +0000 (+0000) Subject: cpp.texi (Common Predefined Macros): Don't mess with table delimiter. X-Git-Tag: releases/gcc-3.3.0~3155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ec07554ce43af96cc284b11c3b65908e8e88e18;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4add4da5e4c2..d2ff4e49cee9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-27 Gabriel Dos Reis + + * doc/cpp.texi (Common Predefined Macros): Don't mess with table + delimiter. + 2002-08-27 Gabriel Dos Reis * c-common.c (cpp_define_data_format): New function. diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 66edaab348e8..bb0c39ce8350 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