diff options
author | Tom Tromey <tromey@redhat.com> | 2012-06-15 14:38:30 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-06-15 14:38:30 +0000 |
commit | 6598ed07ebc826df0221dd05f6faa4504be6af74 (patch) | |
tree | 49923659bb4f41bb805735943f807efad09db729 /gdb/valops.c | |
parent | 2b214ea69762328de2bcfc4fdbde189d4aab850d (diff) | |
download | gdb-6598ed07ebc826df0221dd05f6faa4504be6af74.zip gdb-6598ed07ebc826df0221dd05f6faa4504be6af74.tar.gz gdb-6598ed07ebc826df0221dd05f6faa4504be6af74.tar.bz2 |
* valops.c (value_find_oload_method_list): Now static.
* value.h (value_find_oload_method_list): Don't declare.
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index afec392..5002272 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -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) |