diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-12-14 14:34:59 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-12-14 14:34:59 +0000 |
commit | ad32032e2e1a386cbda9879e796125d2e0301dc9 (patch) | |
tree | 10b4628dced151bbd4230037bec0ededeab94af5 /gdb/linespec.c | |
parent | 66dbb2bbf4253b78894e6cf09597cdb093512c33 (diff) | |
download | gdb-ad32032e2e1a386cbda9879e796125d2e0301dc9.zip gdb-ad32032e2e1a386cbda9879e796125d2e0301dc9.tar.gz gdb-ad32032e2e1a386cbda9879e796125d2e0301dc9.tar.bz2 |
Make decode_line_internal static.
gdb/ChangeLog:
* linespec.c (decode_line_internal): Make static.
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r-- | gdb/linespec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |