* valops.c (find_method_list): Minor reformatting in comment.
This commit is contained in:
parent
09e6485fa9
commit
cfe9eade2e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-12-29 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* valops.c (find_method_list): Minor reformatting in comment.
|
||||||
|
|
||||||
2008-12-29 Pedro Alves <pedro@codesourcery.com>
|
2008-12-29 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
PR gdb/7536:
|
PR gdb/7536:
|
||||||
|
|
|
@ -1851,7 +1851,7 @@ value_struct_elt (struct value **argp, struct value **args,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search through the methods of an object (and its bases) to find a
|
/* Search through the methods of an object (and its bases) to find a
|
||||||
specified method. Return the pointer to the fn_field list of
|
specified method. Return the pointer to the fn_field list of
|
||||||
overloaded instances.
|
overloaded instances.
|
||||||
|
|
||||||
Helper function for value_find_oload_list.
|
Helper function for value_find_oload_list.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue