* valops.c (value_find_oload_method_list): Now static.
* value.h (value_find_oload_method_list): Don't declare.
This commit is contained in:
parent
2b214ea697
commit
6598ed07eb
3 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-06-15 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* valops.c (value_find_oload_method_list): Now static.
|
||||
* value.h (value_find_oload_method_list): Don't declare.
|
||||
|
||||
2012-06-15 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* valops.c (find_overload_match): Use value_ind.
|
||||
|
|
|
@ -2512,7 +2512,7 @@ find_method_list (struct value **argp, const char *method,
|
|||
method.
|
||||
BOFFSET is the offset of the base subobject which defines the method. */
|
||||
|
||||
struct fn_field *
|
||||
static struct fn_field *
|
||||
value_find_oload_method_list (struct value **argp, const char *method,
|
||||
int offset, int *num_fns,
|
||||
struct type **basetype, int *boffset)
|
||||
|
|
|
@ -642,11 +642,6 @@ extern struct value *value_aggregate_elt (struct type *curtype,
|
|||
|
||||
extern struct value *value_static_field (struct type *type, int fieldno);
|
||||
|
||||
extern struct fn_field *value_find_oload_method_list (struct value **,
|
||||
const char *,
|
||||
int, int *,
|
||||
struct type **, int *);
|
||||
|
||||
enum oload_search_type { NON_METHOD, METHOD, BOTH };
|
||||
|
||||
extern int find_overload_match (struct value **args, int nargs,
|
||||
|
|
Loading…
Add table
Reference in a new issue