diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-10-13 19:28:07 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-10-13 19:28:07 +0000 |
commit | f58e0b0ca76fbedf2a6e60f68b99b94ba75be575 (patch) | |
tree | aa3e0eef724d11337589a5823476505383cd567d /gcc/c-common.c | |
parent | 08f812767679a5d57e95d68fc27e29cb0aa621fc (diff) | |
download | gcc-f58e0b0ca76fbedf2a6e60f68b99b94ba75be575.zip gcc-f58e0b0ca76fbedf2a6e60f68b99b94ba75be575.tar.gz gcc-f58e0b0ca76fbedf2a6e60f68b99b94ba75be575.tar.bz2 |
* c-common.c (c_expand_builtin): PARAMS-ize prototype.
From-SVN: r36863
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 3d3e7c2..3b4d270 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1740,7 +1740,7 @@ static const format_flag_spec *get_flag_spec PARAMS ((const format_flag_spec *, static void check_format_types PARAMS ((int *, format_wanted_type *)); static int is_valid_printf_arglist PARAMS ((tree)); -static rtx c_expand_builtin (tree, rtx, enum machine_mode, enum expand_modifier); +static rtx c_expand_builtin PARAMS ((tree, rtx, enum machine_mode, enum expand_modifier)); static rtx c_expand_builtin_printf PARAMS ((tree, rtx, enum machine_mode, enum expand_modifier, int)); |