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.
This commit is contained in:
Elena Zannoni 2001-07-15 18:57:06 +00:00
parent ed8fee27bc
commit d75b5104df
9 changed files with 60 additions and 41 deletions

View file

@ -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