From: Keith Seitz <keiths@cygnus.com>
To: Christopher Faylor <cgf@redhat.com>
Cc: <gdb-patches@sources.redhat.com>
Subject: Re: [RFA] defs.h _WIN32 defined by Win98, too
Date: Thu, 02 Aug 2001 13:57:00 -0000 [thread overview]
Message-ID: <Pine.GSO.4.33.0108021356230.9522-100000@makita.cygnus.com> (raw)
In-Reply-To: <20010802164006.A30764@redhat.com>
On Thu, 2 Aug 2001, Christopher Faylor wrote:
> >> ChangeLog
> >> 2001-08-01 Keith Seitz <keiths@redhat.com>
> >>
> >> * defs.h (SLASH_STRING): If not defined, set
> >> to "/", regardless of _WIN32, __CYGWIN__, or
> >> whatnot.
> >
> >This should be fine, I think, but Chris should have the definitive word.
>
> This looks fine to me, too.
>
> Please check it in.
Done. FYI officially:
2001-08-02 Keith Seitz <keiths@redhat.com>
* defs.h (SLASH_STRING): If not defined, set
to "/", regardless of _WIN32, __CYGWIN__, or
whatnot.
Index: defs.h
===================================================================
RCS file: /cvs/src/src/gdb/defs.h,v
retrieving revision 1.61
diff -u -p -r1.61 defs.h
--- defs.h 2001/08/01 18:39:23 1.61
+++ defs.h 2001/08/02 20:53:47
@@ -1338,11 +1338,7 @@ extern int use_windows;
#endif
#ifndef SLASH_STRING
-#ifdef _WIN32
-#define SLASH_STRING "\\"
-#else
#define SLASH_STRING "/"
-#endif
#endif
#ifdef __MSDOS__
next prev parent reply other threads:[~2001-08-02 13:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.GSO.4.33.0107311445130.28966-100000@makita.cygnus.com>
2001-08-01 1:49 ` Eli Zaretskii
2001-08-01 7:48 ` Keith Seitz
2001-08-01 8:23 ` Eli Zaretskii
2001-08-01 8:32 ` Keith Seitz
2001-08-01 8:39 ` Eli Zaretskii
2001-08-02 13:40 ` Christopher Faylor
2001-08-02 13:57 ` Keith Seitz [this message]
2001-08-02 14:11 ` Andrew Cagney
2001-08-02 14:37 ` 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.GSO.4.33.0108021356230.9522-100000@makita.cygnus.com \
--to=keiths@cygnus.com \
--cc=cgf@redhat.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