aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-12-14 14:34:59 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-12-14 14:34:59 +0000
commitad32032e2e1a386cbda9879e796125d2e0301dc9 (patch)
tree10b4628dced151bbd4230037bec0ededeab94af5 /gdb/linespec.c
parent66dbb2bbf4253b78894e6cf09597cdb093512c33 (diff)
downloadgdb-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.c2
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;