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:
Leandro Lucarella
2010-01-06 15:18:19 -03:00
parent 7d2c329195
commit 09fb49c546
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ const char *Token::toChars()
case TOKenum:
case TOKstruct:
case TOKimport:
CASE_BASIC_TYPES:
case BASIC_TYPES:
p = ident->toChars();
break;