public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Iain Buclaw <ibuclaw@gdcproject.org>
To: Tom Tromey <tromey@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 2/5] Updates d_language_defn to not use macro expansion
Date: Fri, 10 Jan 2014 12:06:00 -0000	[thread overview]
Message-ID: <CABOHX+d5u_TZKUtp8eYYrryOLVLwBUgjcdB_VrXDUa14OV8=4Q@mail.gmail.com> (raw)
In-Reply-To: <CABOHX+eMZD3xky9axEq1dUTznO0QT5k-GK+-0GUE5W60CrCo4Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

On 9 January 2014 18:32, Iain Buclaw <ibuclaw@gdcproject.org> wrote:
> On 9 January 2014 18:15, Tom Tromey <tromey@redhat.com> wrote:
>>
>> Spurious change.
>> This patch is ok with this removed.
>>
>
> It was a comment found in every other language file, it was useful
> when I was studying how things were set-up.  Can remove it.

Removed and rebased patch.

---

[-- Attachment #2: dlang-p2.patch --]
[-- Type: text/x-patch, Size: 437 bytes --]

 gdb/ChangeLog |    5 +++++
 gdb/d-lang.c  |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/d-lang.c b/gdb/d-lang.c
index 13b5438..766b5fa 100644
--- a/gdb/d-lang.c
+++ b/gdb/d-lang.c
@@ -244,7 +244,7 @@ static const struct language_defn d_language_defn =
   range_check_off,
   case_sensitive_on,
   array_row_major,
-  macro_expansion_c,
+  macro_expansion_no,
   &exp_descriptor_c,
   c_parse,
   c_error,

  reply	other threads:[~2014-01-10 12:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-09 13:07 Iain Buclaw
2014-01-09 18:15 ` Tom Tromey
2014-01-09 18:32   ` Iain Buclaw
2014-01-10 12:06     ` Iain Buclaw [this message]
2014-01-10 17:14       ` Tom Tromey
2014-01-16 10:59         ` Iain Buclaw
2014-01-16 14:34           ` Tom Tromey
2014-01-16 17:03             ` Iain Buclaw
2014-01-16 17:11               ` Tom Tromey
2014-01-18 18:21         ` Iain Buclaw

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='CABOHX+d5u_TZKUtp8eYYrryOLVLwBUgjcdB_VrXDUa14OV8=4Q@mail.gmail.com' \
    --to=ibuclaw@gdcproject.org \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@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).