From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: david@llamedos.org Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] fix to inferior.h Date: Fri, 06 Apr 2001 09:23:00 -0000 Message-id: <3ACDED88.955B3A80@cygnus.com> References: <20010406021000.A14244@llamedos.org> X-SW-Source: 2001-04/msg00061.html David Deephanphongs wrote: > > This is a simple patch to inferior.h to declare get/set_inferior_args > correctly. > They were declared as get_inferior_arg and set_inferior_arg > > Dave > > === CHANGELOG === > > 2001-04-06 David Deephanphongs > > * inferior.h: Fix declarations of get_inferior_args and > set_inferior_args, which were missing the trailing 's'. This begs the question - how was it building withouth this patch (using -Werror -Wimplicit). Andrew