This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

Re: Patch: save inferior command line arguments


On 17 Apr 2001, Tom Tromey wrote:

> Ok to commit?
> 

This looks okay. One question, though (more for Fernando/Jim): Can we not 
use ISO C-like function declarations?

> +static int
> +gdb_get_inferior_args (clientData, interp, objc, objv)
> +     ClientData clientData;
> +     Tcl_Interp *interp;
> +     int objc;
> +     Tcl_Obj *CONST objv[];

static int
gdb_get_inferior_args (ClientData clientData, Tcl_Interp *interp,
                       int objc, Tcl_Obj *CONST objv[])

???

Keith

PS. Are we using set_inferior_args anywhere?


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