From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: tromey@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Fix warning in printcmd.c Date: Fri, 28 Sep 2001 10:37:00 -0000 Message-id: <3BB4B53F.8030201@cygnus.com> References: <8766a372ut.fsf@creche.redhat.com> X-SW-Source: 2001-09/msg00421.html > This patch fixes a warning in printcmd.c. tui_set_layout isn't > declared anywhere it can see. > > I rebuilt gdb with this patch on x86 Red Hat Linux 6.2. > > This patch moves the declaration of tui_set_layout to a header > included by printcmd.c. It also removes the declaration of a couple > of functions that don't exist. > > Ok to install? Yes, for sure. Andrew