diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
commit | 734d157caf3c4a6cca8b9cda844246a860a17834 (patch) | |
tree | 6e2484bd32f292ddab16750bfe0ccce30a97cd6f /gdb/source.c | |
parent | d3cb6d531b01be6e16eb48ff683bb8f5b8cd9940 (diff) | |
download | gdb-734d157caf3c4a6cca8b9cda844246a860a17834.tar.gz |
Revert previous change. Not obvious.
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/source.c b/gdb/source.c index 5c3f08ccf28..c7c1ce2f5d2 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -1114,9 +1114,8 @@ print_source_lines (struct symtab *s, int line, int stopline, int noerror) /* Print a list of files and line numbers which a user may choose from in order to list a function which was specified ambiguously (as with - `list classname::overloadedfuncname', or 'list objectiveCSelector:). - The vector in SALS provides the filenames and line numbers. - NOTE: some of the SALS may have no filename or line information! */ + `list classname::overloadedfuncname', for example). The vector in + SALS provides the filenames and line numbers. */ static void ambiguous_line_spec (struct symtabs_and_lines *sals) |