Adding Space to Literal

This commit is contained in:
Hans W. Uhlig
2013-05-28 17:38:09 -07:00
parent fb8bddd988
commit 4f6204f191

View File

@@ -620,7 +620,7 @@ int main(int argc, char** argv)
// Expose LLVM version to runtime
#define STR(x) #x
#define XSTR(x) STR(x)
VersionCondition::addPredefinedGlobalIdent("LDC_LLVM_"XSTR(LDC_LLVM_VER));
VersionCondition::addPredefinedGlobalIdent("LDC_LLVM_" XSTR(LDC_LLVM_VER));
#undef XSTR
#undef STR