public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@cygnus.com>
To: Tom Tromey <tromey@redhat.com>
Cc: Insight List <insight@sourceware.cygnus.com>
Subject: Re: Patch: save inferior command line arguments
Date: Wed, 18 Apr 2001 08:35:00 -0000	[thread overview]
Message-ID: <Pine.SOL.3.91.1010418083135.28157D-100000@ryobi.cygnus.com> (raw)
In-Reply-To: <87oftv819o.fsf@creche.redhat.com>

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?

  reply	other threads:[~2001-04-18  8:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-17 17:54 Tom Tromey
2001-04-18  8:35 ` Keith Seitz [this message]
2001-04-18  9:14   ` Fernando Nasser
2001-04-18  9:16     ` Keith Seitz
2001-04-18  9:22       ` Fernando Nasser
2001-04-18  9:26         ` Keith Seitz
2001-04-18  9:50           ` Tom Tromey
2001-04-18 10:03     ` Tom Tromey
2001-04-18 10:08       ` Keith Seitz
2001-04-18 10:43         ` Tom Tromey
2001-04-18 10:47           ` Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SOL.3.91.1010418083135.28157D-100000@ryobi.cygnus.com \
    --to=keiths@cygnus.com \
    --cc=insight@sourceware.cygnus.com \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).