From: Alexandre Oliva Date: Fri, 13 Oct 2000 19:28:07 +0000 (+0000) Subject: * c-common.c (c_expand_builtin): PARAMS-ize prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f58e0b0ca76fbedf2a6e60f68b99b94ba75be575;p=gcc.git * c-common.c (c_expand_builtin): PARAMS-ize prototype. From-SVN: r36863 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 899008330e0..3d369f74c70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-10-13 Alexandre Oliva + + * c-common.c (c_expand_builtin): PARAMS-ize prototype. + 2000-10-12 Marek Michalkiewicz * config/avr/avr.c (output_movhi, output_movsisf): Fix loading diff --git a/gcc/c-common.c b/gcc/c-common.c index 3d3e7c209b3..3b4d2709c41 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));