From: Joel Brobecker Date: Wed, 14 Dec 2011 14:34:59 +0000 (+0000) Subject: Make decode_line_internal static. X-Git-Tag: sid-snapshot-20120101~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad32032e2e1a386cbda9879e796125d2e0301dc9;p=external%2Fbinutils.git Make decode_line_internal static. gdb/ChangeLog: * linespec.c (decode_line_internal): Make static. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ce905f..e405141 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-12-14 Joel Brobecker + + * linespec.c (decode_line_internal): Make static. + 2011-12-14 Yao Qi * breakpoint.c (create_breakpoint): Set canonical.addr_string diff --git a/gdb/linespec.c b/gdb/linespec.c index 0ac54f7..cdfb59c 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -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;