From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jason Molenda Cc: gdb-patches@sources.redhat.com, Tom Tromey Subject: Re: [RFA] patch to add 'maint profile-gdb' command Date: Wed, 12 Sep 2001 11:43:00 -0000 Message-id: <3B9FACDA.6070407@cygnus.com> References: <20010910003022.A21681@shell17.ba.best.com> <3B9CE0C6.5060700@cygnus.com> <20010910115244.A25119@shell17.ba.best.com> X-SW-Source: 2001-09/msg00166.html >> gdb is pure iso c, the params forward decl isn't needed. you may want >> to look at http://sources.redhat.com/gdb/ari/ for a check list of things >> recently zapped from gdb. > > > The forward decl in maint.c? Tom was following the convention of the > other functions in that file.. the PARAMS() bit - ISO C is assumed (the forward decl must be added when needed, beyond that is now optional) andrew