]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/java/lang.c
* Makefile.in (OPTS_H): Define.
[thirdparty/gcc.git] / gcc / java / lang.c
index 8065efa5c7aff9d19fac127f54d39a6487338d72..7a179785f359dea3141667388e83e28e57fc60a2 100644 (file)
@@ -52,7 +52,7 @@ static void java_init_options_struct (struct gcc_options *);
 static void java_init_options (unsigned int, struct cl_decoded_option *);
 static bool java_post_options (const char **);
 
-static bool java_handle_option (size_t, const char *, int, int,
+static bool java_handle_option (size_t, const char *, int, int, location_t,
                                const struct cl_option_handlers *);
 static void put_decl_string (const char *, int);
 static void put_decl_node (tree, int);
@@ -183,7 +183,7 @@ struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER;
  */
 static bool
 java_handle_option (size_t scode, const char *arg, int value,
-                   int kind ATTRIBUTE_UNUSED,
+                   int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED,
                    const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED)
 {
   enum opt_code code = (enum opt_code) scode;