From: Richard Stallman Date: Thu, 27 Aug 1992 03:26:06 +0000 (+0000) Subject: (init_decl_processing): Fix type of __builtin_constant_p. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fe5c2100b1835507b8a3253ae65188d3f85b467;p=gcc.git (init_decl_processing): Fix type of __builtin_constant_p. From-SVN: r1970 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 9f70713e57e..cebbbd82c18 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -2686,8 +2686,7 @@ init_decl_processing () endlink)))); /* ``integer_tpe_node'' misspelling corrected: North-Keys 30 Mar 91 */ - builtin_function ("__builtin_constant_p", - build_function_type (integer_type_node, endlink), + builtin_function ("__builtin_constant_p", int_ftype_int, BUILT_IN_CONSTANT_P, NULL_PTR); builtin_function ("__builtin_return_address",