mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
Merge DMD r248: implement Denis Koroskin's macro suggestion
--- dmd/lexer.c | 2 +- dmd/lexer.h | 8 ++++---- dmd/mars.c | 2 +- dmd/parse.c | 12 ++++++------ 4 files changed, 12 insertions(+), 12 deletions(-)
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ const char *Token::toChars()
|
||||
case TOKenum:
|
||||
case TOKstruct:
|
||||
case TOKimport:
|
||||
CASE_BASIC_TYPES:
|
||||
case BASIC_TYPES:
|
||||
p = ident->toChars();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user