Commit 5fe5c210 by Richard Stallman

(init_decl_processing): Fix type of __builtin_constant_p.

From-SVN: r1970
parent 464b453d
......@@ -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",
......
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