public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: Andreas Schwab <schwab@suse.de>
Cc: binutils@sources.redhat.com
Subject: Re: Get rid of more bfd bloat
Date: Thu, 17 Oct 2002 03:49:00 -0000	[thread overview]
Message-ID: <20021017201943.D22176@bubble.sa.bigpond.net.au> (raw)
In-Reply-To: <jeheflqu2r.fsf@sykes.suse.de>; from schwab@suse.de on Thu, Oct 17, 2002 at 11:43:24AM +0200

On Thu, Oct 17, 2002 at 11:43:24AM +0200, Andreas Schwab wrote:
> Alan Modra <amodra@bigpond.net.au> writes:
> 
> |> -#define USE_REL
> |> +#define USE_REL	1
> |> +
> |> +#ifndef USE_REL
> |> +#define USE_REL	0
> |> +#endif
> 
> The last three lines are useless. :-)

Well, yes.  Documents the two possible values of USE_REL.  :)

Actually, I was going to go through the file and change
"#if USE_REL" to "if (USE_REL)" but didn't get around to it.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

  reply	other threads:[~2002-10-17 10:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-16 18:44 Stephen Clarke
2002-10-16 19:57 ` Alan Modra
2002-10-17  2:43   ` Andreas Schwab
2002-10-17  3:49     ` Alan Modra [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-16  1:44 Alan Modra

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=20021017201943.D22176@bubble.sa.bigpond.net.au \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sources.redhat.com \
    --cc=schwab@suse.de \
    /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).