summary refs log tree commit diff stats
path: root/nim/pragmas.pas
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2009-12-07 01:21:35 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2009-12-07 01:21:35 +0100
commit90119066adf6a9a2e8d779d4955637c6dd99aba3 (patch)
treef05e2bbf6aad693cc8455ff5e51b33dd5ec7ed6d /nim/pragmas.pas
parent196ef92c86d8b8971d4b316f7c18e404842c4b9b (diff)
downloadNim-90119066adf6a9a2e8d779d4955637c6dd99aba3.tar.gz
version 0.8.5: bugfixes; compiler now maintained in Nimrod
Diffstat (limited to 'nim/pragmas.pas')
-rwxr-xr-xnim/pragmas.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/pragmas.pas b/nim/pragmas.pas
index 8411a319f..7a0fd2468 100755
--- a/nim/pragmas.pas
+++ b/nim/pragmas.pas
@@ -607,7 +607,7 @@ begin
       else invalidPragma(it);
     end
     else begin
-      processNote(c, n)
+      processNote(c, it)
     end;
   end;
   if (sym <> nil) and (sym.kind <> skModule) then begin