Commit 3ec07554 by Gabriel Dos Reis Committed by Gabriel Dos Reis

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
parent 35885eab
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> 2002-08-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
* c-common.c (cpp_define_data_format): New function. * c-common.c (cpp_define_data_format): New function.
......
...@@ -2010,7 +2010,6 @@ handling. ...@@ -2010,7 +2010,6 @@ handling.
@item __NEXT_RUNTIME__ @item __NEXT_RUNTIME__
This macro is defined, with value 1, when the NeXT runtime This macro is defined, with value 1, when the NeXT runtime
(as in @option{-fnext-runtime}) is in use for Objective-C. (as in @option{-fnext-runtime}) is in use for Objective-C.
@end table
@item __TARGET_BITS_ORDER__ @item __TARGET_BITS_ORDER__
This macro describes the target's bits order in a byte. Its value is 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 ...@@ -2053,6 +2052,7 @@ D-format for the double precision floating-point data type; non-zero
@item __TARGET_USES_VAX_H_FLOAT__ @item __TARGET_USES_VAX_H_FLOAT__
When non-zero, the target uses the VAX H-format for the extended When non-zero, the target uses the VAX H-format for the extended
precision floating-point data type. precision floating-point data type.
@end table
@node System-specific Predefined Macros @node System-specific Predefined Macros
@subsection System-specific Predefined Macros @subsection System-specific Predefined Macros
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment