diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-26 12:28:49 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-26 12:28:49 -0400 |
commit | ccafc85b7ff4c29f2ba72bc6fe19d91fe67da577 (patch) | |
tree | c13b59a16b5eadf3d2af382b6d79f8f789a7641c /gcc | |
parent | c7db4570ac8c6e1cc0f99dd84571726902051bf3 (diff) | |
download | gcc-ccafc85b7ff4c29f2ba72bc6fe19d91fe67da577.zip gcc-ccafc85b7ff4c29f2ba72bc6fe19d91fe67da577.tar.gz gcc-ccafc85b7ff4c29f2ba72bc6fe19d91fe67da577.tar.bz2 |
(init_decl_processing): Don't give builtin__constant_p an argument
type.
From-SVN: r9474
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 97b4adf..6745ac7 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -3054,7 +3054,7 @@ init_decl_processing () sizetype, endlink)))); - builtin_function ("__builtin_constant_p", int_ftype_int, + builtin_function ("__builtin_constant_p", default_function_type, BUILT_IN_CONSTANT_P, NULL_PTR); builtin_function ("__builtin_return_address", |