diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-28 07:47:28 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-28 07:47:28 +0000 |
commit | 91618e6bf19cb2ec7658c16d9fcd38b757c95e84 (patch) | |
tree | 96f32a2582cb31d7fbf460e589da58f53def4837 /gcc/ada/misc.c | |
parent | ddd1d5b874f2de17f70bfc053e1306226b96157c (diff) | |
download | gcc-91618e6bf19cb2ec7658c16d9fcd38b757c95e84.tar.gz |
* misc.c (gnat_expand_expr): Move prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51503 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 000e6046ce5..982e7c00580 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -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. */ |