summaryrefslogtreecommitdiff
path: root/gdb/valops.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-06-15 14:38:30 +0000
committerTom Tromey <tromey@redhat.com>2012-06-15 14:38:30 +0000
commit6598ed07ebc826df0221dd05f6faa4504be6af74 (patch)
tree49923659bb4f41bb805735943f807efad09db729 /gdb/valops.c
parent2b214ea69762328de2bcfc4fdbde189d4aab850d (diff)
downloadbinutils-gdb-6598ed07ebc826df0221dd05f6faa4504be6af74.tar.gz
* 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c
index afec392103b..5002272301c 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)