* misc.c (gnat_expand_expr): Move prototype.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Thu, 28 Mar 2002 07:47:28 +0000 (07:47 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 28 Mar 2002 07:47:28 +0000 (07:47 +0000)
From-SVN: r51503

gcc/ada/ChangeLog
gcc/ada/misc.c

index 3738cd4e183f620ea127d2ad0ae8a49863aebd1a..b9423cf128bed3650b3e993d92cd082b14d28e65 100644 (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.
index 000e6046ce546f5f4327372f902f3d26fa7fdbc0..982e7c005800f79550c9ab5a302de98b7fa7ca7b 100644 (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));
 \f
 /* Declare functions we use as part of startup.  */