From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/REPOST] Move some funcs from top.c to completer.c Date: Fri, 13 Jul 2001 15:26:00 -0000 Message-id: <3B4F7590.3000900@cygnus.com> References: <15183.30502.43690.797983@krustylu.cygnus.com> X-SW-Source: 2001-07/msg00337.html > This is a repost of a patch I submitted long time ago. > http://sources.redhat.com/ml/gdb-patches/2001-05/msg00136.html > I modified it slightly to adapt it to the current sources. Treat it as obvious :-) Andrew > 2001-07-13 Elena Zannoni > * 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. > >