* misc.c (gnat_expand_expr): Move prototype.

From-SVN: r51503
This commit is contained in:
Neil Booth 2002-03-28 07:47:28 +00:00 committed by Neil Booth
parent 81b4c798e8
commit 0840811cb2
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-03-28 Neil Booth <neil@daikokuya.demon.co.uk>
* misc.c (gnat_expand_expr): Move prototype.
2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
* misc.c (insert_default_attributes): Remove.

View File

@ -87,6 +87,8 @@ static tree gnat_eh_runtime_type PARAMS ((tree));
static int gnat_eh_type_covers PARAMS ((tree, tree));
static void gnat_parse_file PARAMS ((void));
static void gnat_mark_tree PARAMS ((tree));
static rtx gnat_expand_expr PARAMS ((tree, rtx, enum machine_mode,
int));
/* Structure giving our language-specific hooks. */
@ -164,8 +166,6 @@ extern int gnat_argc;
extern char **gnat_argv;
static void internal_error_function PARAMS ((const char *, va_list *));
static rtx gnat_expand_expr PARAMS ((tree, rtx, enum machine_mode,
int));
static void gnat_adjust_rli PARAMS ((record_layout_info));
/* Declare functions we use as part of startup. */