* 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.
/* 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;
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*));
if (strcmp (argv[i], "-R") == 0)
{
- char *ptr = argv[i+i];
arglist[j] = concat ("-fcompile-resource=",
*argv[i+1] == '/' ? "" : "/",
argv[i+1], NULL);