From 4f6204f191b4ff692b95b107045a8e5ae2d8cb89 Mon Sep 17 00:00:00 2001 From: "Hans W. Uhlig" Date: Tue, 28 May 2013 17:38:09 -0700 Subject: [PATCH] Adding Space to Literal --- driver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/main.cpp b/driver/main.cpp index 9f3d6ab5..3ac2aed7 100644 --- a/driver/main.cpp +++ b/driver/main.cpp @@ -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