diff options
author | Alexandre Petit-Bianco <apbianco@redhat.com> | 2001-09-07 11:40:26 -0700 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2001-09-07 11:40:26 -0700 |
commit | 0ef02b2d315752feafa11e8f2dd9d1a4a78da1d7 (patch) | |
tree | 87b79fc0390b0cd2a83a50e972b98c719e0a4bf1 /gcc/java/java-tree.h | |
parent | 731866ba53c49d2633c2d298a71462dbbd7f356b (diff) | |
download | gcc-0ef02b2d315752feafa11e8f2dd9d1a4a78da1d7.zip gcc-0ef02b2d315752feafa11e8f2dd9d1a4a78da1d7.tar.gz gcc-0ef02b2d315752feafa11e8f2dd9d1a4a78da1d7.tar.bz2 |
java-tree.h (compile_resource_file): Grouped with other prototypes.
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
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index cb6c738..6c7df18 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -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*)); |