summary refs log tree commit diff stats
path: root/nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2009-12-09 01:49:43 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2009-12-09 01:49:43 +0100
commit5d11292542c3e154ef84f261ca0461ce7d3ba4af (patch)
tree3d9453081a40865f4dab3dc4f58a0a9c3af04afd /nim
parent93a140b904f3604dfb5b1dee773ac78d991aa49d (diff)
downloadNim-5d11292542c3e154ef84f261ca0461ce7d3ba4af.tar.gz
Pascal version of compiler uses nimlib
Diffstat (limited to 'nim')
-rwxr-xr-xnim/condsyms.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/nim/condsyms.pas b/nim/condsyms.pas
index 465bc045e..d22bc0e18 100755
--- a/nim/condsyms.pas
+++ b/nim/condsyms.pas
@@ -98,6 +98,9 @@ procedure InitDefines;
 begin
   initStrTable(gSymbols);
   DefineSymbol('nimrod'); // 'nimrod' is always defined
+{@ignore}
+  DefineSymbol('nim'); // Pascal version defines 'nim' in addition
+{@emit}
   // add platform specific symbols:
   case targetCPU of
     cpuI386: DefineSymbol('x86');