c-common.c (cpp_define_data_format): Remove.
authorRichard Henderson <rth@redhat.com>
Mon, 23 Sep 2002 11:32:43 +0000 (04:32 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 23 Sep 2002 11:32:43 +0000 (04:32 -0700)
commitddf0fc72240ce2a18b80e1f957fc5fb6826cca65
treeec12c9c15f5ee38f8bd9ea70ac2462ee81fcf2b0
parenta520ff954b20bf6ce376b512867b8d4865708c9d
c-common.c (cpp_define_data_format): Remove.

        * c-common.c (cpp_define_data_format): Remove.
        (cb_register_builtins): Don't define __WCHAR_BIT__, __SHRT_BIT__,
        __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
        __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
        * doc/cpp.texi: Don't document them either.
        (__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__,
        __LONG_LONG_MAX__): Document.
        (__TARGET_FLOAT_FORMAT__): Remove.

From-SVN: r57436
gcc/ChangeLog
gcc/c-common.c
gcc/doc/cpp.texi