summaryrefslogtreecommitdiffstats
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-23 02:38:57 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-23 02:38:57 +0000
commit05fc2e0a62ce4fdbfde9ffb12a695ae451603ee0 (patch)
treee879c6c9a8a2bf18d7383035f84623099296e8eb /gcc/java/java-tree.h
parent563b03dbb03b824928b237fac59e55bcc0c6710a (diff)
downloadppe42-gcc-05fc2e0a62ce4fdbfde9ffb12a695ae451603ee0.tar.gz
ppe42-gcc-05fc2e0a62ce4fdbfde9ffb12a695ae451603ee0.zip
* java-tree.h: Don't use PARAMS.
* resource.c: Add prototypes for all functions. (write_resource_constructor): Use `const char *' to avoid warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61640 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index ccedb9a2e6d..e541e2d3c22 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -1299,11 +1299,10 @@ struct rtx_def * java_expand_expr (tree, rtx, enum machine_mode, int);
extern void java_inlining_merge_static_initializers (tree, void *);
extern void java_inlining_map_static_initializers (tree, void *);
-extern void compile_resource_data PARAMS ((char *name, const char *buffer,
- int length));
-extern void write_resource_constructor PARAMS ((void));
-extern void compile_resource_file PARAMS ((char *name, const char *filename));
-extern void init_resource_processing PARAMS ((void));
+extern void compile_resource_data (char *name, const char *buffer, int length);
+extern void write_resource_constructor (void);
+extern void compile_resource_file (char *name, const char *filename);
+extern void init_resource_processing (void);
#define DECL_FINAL(DECL) DECL_LANG_FLAG_3 (DECL)
OpenPOWER on IntegriCloud