Update d_language_defn to reflect that D does not have any style of
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 18 Jan 2014 18:04:08 +0000 (18:04 +0000)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sat, 18 Jan 2014 18:09:48 +0000 (18:09 +0000)
macro expansion in its language.

gdb/ChangeLog:
2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>

    * d-lang.c (d_language_defn): Change macro_expansion_c to
    macro_expansion_no.

gdb/ChangeLog
gdb/d-lang.c

index 30ed9ac28f4eb687eea04de05f95331c62e694ce..e26922b9484d750ff9e1ca18f39b87cb98061543 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * d-lang.c (d_language_defn): Change macro_expansion_c to
+       macro_expansion_no.
+
 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * MAINTAINERS: Add myself as a write-after-approval maintainer.
index 13b54383ec2b91106d71af590e8eaecb0798c6f8..766b5fa81b01c50b8b42a6aaa1737c5046afc9f7 100644 (file)
@@ -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,
This page took 0.03752 seconds and 4 git commands to generate.