From: Pedro Alves <palves@redhat.com>
To: Jerome Guitton <guitton@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [mingw32] environment variables are case-insensitive on win32
Date: Thu, 24 May 2012 17:20:00 -0000 [thread overview]
Message-ID: <4FBE6DBC.5050408@redhat.com> (raw)
In-Reply-To: <1337878161-20057-1-git-send-email-guitton@adacore.com>
On 05/24/2012 05:49 PM, Jerome Guitton wrote:
> +
> +#if defined(_WIN32) || !defined(__CYGWIN__)
I think you meant:
#if defined(_WIN32) && !defined(__CYGWIN__)
?
> +#define env_var_name_ncmp(a, b, length) strnicmp (a, b, length)
We use strncasecmp everywhere else.
> +#else
> +#define env_var_name_ncmp(a, b, length) strncmp(a, b, length)
> +#endif
> +
--
Pedro Alves
next prev parent reply other threads:[~2012-05-24 17:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-24 16:49 Jerome Guitton
2012-05-24 17:20 ` Pedro Alves [this message]
2012-05-24 17:27 ` Jerome Guitton
2012-05-24 17:38 ` Pedro Alves
2012-05-24 17:43 ` Jerome Guitton
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=4FBE6DBC.5050408@redhat.com \
--to=palves@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=guitton@adacore.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