Remove commented-out code in jv-lang.c
[binutils-gdb.git] / gdb / value.h
index 1f2086e93177ba0048b5fb461de212a411b540fb..57b4dd726f2fbd47753aa21624d09bb45d54b69b 100644 (file)
@@ -451,7 +451,7 @@ extern int find_overload_match (struct type **arg_types, int nargs,
                                const char *name, int method, int lax,
                                struct value **objp, struct symbol *fsym,
                                struct value **valp, struct symbol **symp,
-                               int *staticp);
+                               int *staticp, const int no_adl);
 
 extern struct value *value_field (struct value *arg1, int fieldno);