Remove commented-out code in jv-lang.c
[binutils-gdb.git] / gdb / value.h
index 43b8c3bc0e5e5c62dc0f1389b65f1489be21ad36..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);
 
@@ -590,6 +590,10 @@ extern struct value *value_x_unop (struct value *arg1, enum exp_opcode op,
 extern struct value *value_fn_field (struct value **arg1p, struct fn_field *f,
                                     int j, struct type *type, int offset);
 
+extern int binop_types_user_defined_p (enum exp_opcode op,
+                                      struct type *type1,
+                                      struct type *type2);
+
 extern int binop_user_defined_p (enum exp_opcode op, struct value *arg1,
                                 struct value *arg2);