aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-08-27 03:26:06 +0000
committerRichard Stallman <rms@gnu.org>1992-08-27 03:26:06 +0000
commit5fe5c2100b1835507b8a3253ae65188d3f85b467 (patch)
tree5b85a925550de0e0ee73b54ad472f51bf74ef794
parent464b453d445ffae5eff76787fdf4155bcef697a2 (diff)
downloadgcc-5fe5c2100b1835507b8a3253ae65188d3f85b467.zip
gcc-5fe5c2100b1835507b8a3253ae65188d3f85b467.tar.gz
gcc-5fe5c2100b1835507b8a3253ae65188d3f85b467.tar.bz2
(init_decl_processing): Fix type of __builtin_constant_p.
From-SVN: r1970
-rw-r--r--gcc/c-decl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 9f70713..cebbbd8 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",