mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-13 13:49:00 +08:00
Make decode_line_internal static.
gdb/ChangeLog: * linespec.c (decode_line_internal): Make static.
This commit is contained in:
parent
66dbb2bbf4
commit
ad32032e2e
@ -1,3 +1,7 @@
|
||||
2011-12-14 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* linespec.c (decode_line_internal): Make static.
|
||||
|
||||
2011-12-14 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* breakpoint.c (create_breakpoint): Set canonical.addr_string
|
||||
|
@ -835,7 +835,7 @@ keep_name_info (char *p, int on_boundary)
|
||||
lack of single quotes. FIXME: write a linespec_completer which we
|
||||
can use as appropriate instead of make_symbol_completion_list. */
|
||||
|
||||
struct symtabs_and_lines
|
||||
static struct symtabs_and_lines
|
||||
decode_line_internal (struct linespec_state *self, char **argptr)
|
||||
{
|
||||
char *p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user