From: Andrew Cagney <ac131313@cygnus.com>
To: Andrew Volkov <Andrew.Volkov@transas.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/RFA]: Fix duplicated define of _initialize_ser_e7000pc
Date: Mon, 10 Jun 2002 08:18:00 -0000 [thread overview]
Message-ID: <3D04C345.3040502@cygnus.com> (raw)
In-Reply-To: <2E74F312D6980D459F3A05492BA40F8DEFC92E@clue.transas.com>
> -void
> -_initialize_ser_e7000pc (void)
> -{
> - serial_add_interface (&e7000pc_ops);
> -}
> -#else
> +#endif /*_WIN32 or __GO32__*/
>
> void
> _initialize_ser_e7000pc (void)
> {
> -
> +#if defined __GO32__ || defined _WIN32
> + serial_add_interface (&e7000pc_ops);
> +#endif
> }
> -#endif
>
>
Hmm, yes! Thanks.
Andrew
next prev parent reply other threads:[~2002-06-10 15:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-10 4:32 Andrew Volkov
2002-06-10 8:18 ` Andrew Cagney [this message]
2002-06-10 12:21 Andrew Volkov
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=3D04C345.3040502@cygnus.com \
--to=ac131313@cygnus.com \
--cc=Andrew.Volkov@transas.com \
--cc=gdb-patches@sources.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