This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Partial infcmd.c cleanup


   Date: 26 Jan 2004 08:19:17 +0200
   From: Eli Zaretskii <eliz@elta.co.il>

   > Date: Sun, 25 Jan 2004 18:32:48 +0100 (CET)
   > From: Mark Kettenis <kettenis@chello.nl>
   > 
   > Since I'll be changing this bit of code I though I'd give it a cleanup
   > first.  Mostly wrapping long lines and adding some missing whitespace.
   > 
   > Committed as obvious,

   I think changing finish_command_continuation from a void function into
   a static void function does not really qualify as obvious.  I'm
   talking about this part of the patch:

But I didn't.  It already was static, since the earlier on in the file
we have the prototype:

static void finish_command_continuation (struct continuation_arg *);

I should have mentioned it in the ChangeLog.

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]