mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
Update d_language_defn to reflect that D does not have any style of
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.
This commit is contained in:
parent
7f420862a7
commit
3271ba660a
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user