Fix GitHhub #180 – "#ifdef defined(...)".

This commit is contained in:
David Nadlinger
2012-10-05 17:07:21 +02:00
parent 4f6ec96b27
commit 579c522e52

View File

@@ -119,7 +119,7 @@ const char *Token::toChars()
case TOKcharv:
case TOKwcharv:
case TOKdcharv:
#ifdef defined(IN_GCC) || defined(IN_LLVM)
#if defined(IN_GCC) || defined(IN_LLVM)
sprintf(buffer,"%uU",(d_uns32)uns64value);
#else
sprintf(buffer,"%uU",uns32value);