]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
java-tree.h (compile_resource_file): Grouped with other prototypes.
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Fri, 7 Sep 2001 18:40:26 +0000 (11:40 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 7 Sep 2001 18:40:26 +0000 (11:40 -0700)
2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>

* java-tree.h (compile_resource_file): Grouped with other prototypes.
* jvspec.c (lang_specific_driver): Removed unused local `ptr.'

(http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00249.html )

From-SVN: r45475

gcc/java/ChangeLog
gcc/java/java-tree.h
gcc/java/jvspec.c

index a33de53023ae93da8962f6fadf863cf101d16ea8..4c8b7e6a2b6e003cc3798365e2b231ba5bc6b1e5 100644 (file)
@@ -3,6 +3,11 @@
        * typeck.c (java_array_type_length, build_prim_array_type):
        Represent empty arrays by NULL index.
 
+2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+       * java-tree.h (compile_resource_file): Grouped with other prototypes.
+       * jvspec.c (lang_specific_driver): Removed unused local `ptr.'  
+
 2001-09-06  Anthony Green  <green@redhat.com>
 
        * class.c (O_BINARY): Define if necessary.
index cb6c738942f0de5ced00126064513095526a79e2..6c7df18e97fac457d4f6be24d65706dd8f266461 100644 (file)
@@ -166,9 +166,6 @@ extern int do_not_fold;
 /* Resource name.  */
 extern char * resource_name;
 
-/* Compile a resource file.  */
-void compile_resource_file PARAMS ((char *, char *));
-
 /* Turned to 1 if -Wall was encountered. See lang.c for their meanings.  */
 extern int flag_wall;
 extern int flag_redundant;
@@ -1023,6 +1020,7 @@ extern tree build_dtable_decl PARAMS ((tree));
 extern tree build_internal_class_name PARAMS ((tree));
 extern tree build_constants_constructor PARAMS ((void));
 extern tree build_ref_from_constant_pool PARAMS ((int));
+void compile_resource_file PARAMS ((char *, char *));
 extern tree build_utf8_ref PARAMS ((tree));
 extern tree ident_subst PARAMS ((const char*, int,
                                const char*, int, int, const char*));
index fd6d08f58d30076bf8982666d1f887b87c058b32..53bd23da150af59d9bd63eabb3c6b70a876ebc73 100644 (file)
@@ -469,7 +469,6 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
 
       if (strcmp (argv[i], "-R") == 0)
        {
-         char *ptr = argv[i+i];
          arglist[j] = concat ("-fcompile-resource=",
                               *argv[i+1] == '/' ? "" : "/",
                               argv[i+1], NULL);