Commit f58e0b0c by Alexandre Oliva Committed by Alexandre Oliva

* c-common.c (c_expand_builtin): PARAMS-ize prototype.

From-SVN: r36863
parent 08f81276
2000-10-13 Alexandre Oliva <aoliva@redhat.com>
* c-common.c (c_expand_builtin): PARAMS-ize prototype.
2000-10-12 Marek Michalkiewicz <marekm@linux.org.pl>
* config/avr/avr.c (output_movhi, output_movsisf): Fix loading
......
......@@ -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));
......
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