diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-15 18:57:06 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-15 18:57:06 +0000 |
commit | 23140485f33c70237fe0705f74246e03a06e9ce0 (patch) | |
tree | c9b4c29960b9305db9f2fd3f8371535d8d37be38 /gdb/source.c | |
parent | a50a1418c6efa6f67169a6a62a16724da5028051 (diff) | |
download | gdb-23140485f33c70237fe0705f74246e03a06e9ce0.tar.gz |
2001-07-15 Elena Zannoni <ezannoni@redhat.com>
* top.c (readline_line_completion_function, noop_completer): Move
from here...
* completer.c (readline_line_completion_function, noop_completer):
...to here.
* gdbcmd.h (readline_line_completion_function, noop_completer):
Move declarations from here...
* completer.h (readline_line_completion_function, noop_completer):
...to here.
* corefile.c: Include completer.h.
* source.c: Ditto.
* symfile.c: Ditto.
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/source.c b/gdb/source.c index 417d5886a5c..c35c2d23f41 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -41,6 +41,7 @@ #include "gdbtypes.h" #include "linespec.h" #include "filenames.h" /* for DOSish file names */ +#include "completer.h" #ifdef UI_OUT #include "ui-out.h" #endif |