public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Neil Booth <neil@daikokuya.co.uk>
To: Geoffrey Keating <geoffk@redhat.com>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PCH] driver, documentation
Date: Sat, 17 Aug 2002 23:07:00 -0000	[thread overview]
Message-ID: <20020818060647.GA16863@daikokuya.co.uk> (raw)
In-Reply-To: <200208180332.g7I3WtU05639@romulus.sfbay.redhat.com>

Geoffrey Keating wrote:-

> +      break;
> +
> +    case OPT__output_pch:
> +      pch_file = xstrdup (arg + strlen ("--output-pch="));
>        break;

See comment at the top of the file.  Here,

         pch_file = arg;

is enough; arg points to the argument, and it is permanent text.

Neil.

  parent reply	other threads:[~2002-08-18  6:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-17 20:33 Geoffrey Keating
2002-08-17 21:23 ` Daniel Jacobowitz
2002-08-17 23:07 ` Neil Booth [this message]
2002-08-17 23:09 ` Neil Booth
2002-08-18  2:53 ` Joseph S. Myers
2002-08-19 10:27 ` Mike Stump
2002-08-19 11:00   ` Stan Shebs
2002-08-19 11:25     ` Geoff Keating
2002-08-19 12:14       ` Daniel Berlin
2002-08-19 12:15       ` Neil Booth
2002-08-20 10:47       ` Jason Merrill
2002-08-19 11:27     ` Neil Booth
2002-08-19 11:42     ` Joseph S. Myers
2002-08-19 13:17 ` Devang Patel
2002-08-19 14:17   ` Geoff Keating
2002-08-19 15:51     ` Devang Patel
2002-08-19 13:19 ` Devang Patel
2002-08-19 14:18   ` Geoff Keating
2002-08-19 15:50     ` Devang Patel

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=20020818060647.GA16863@daikokuya.co.uk \
    --to=neil@daikokuya.co.uk \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=geoffk@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).