diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-09 01:49:43 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-09 01:49:43 +0100 |
commit | 5d11292542c3e154ef84f261ca0461ce7d3ba4af (patch) | |
tree | 3d9453081a40865f4dab3dc4f58a0a9c3af04afd /nim | |
parent | 93a140b904f3604dfb5b1dee773ac78d991aa49d (diff) | |
download | Nim-5d11292542c3e154ef84f261ca0461ce7d3ba4af.tar.gz |
Pascal version of compiler uses nimlib
Diffstat (limited to 'nim')
-rwxr-xr-x | nim/condsyms.pas | 3 |
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'); |