From 300430fbba28b408f7ac86ca46b03d9d50839399 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf <rumpf_a@web.de> Date: Wed, 24 Jun 2009 17:13:22 +0200 Subject: overload resolution for proc vars --- nim/semdata.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nim/semdata.pas') diff --git a/nim/semdata.pas b/nim/semdata.pas index acca48376..acaffd3bf 100644 --- a/nim/semdata.pas +++ b/nim/semdata.pas @@ -45,7 +45,7 @@ type module: PSym; // the module sym belonging to the context filename: string; // the module's filename tab: TSymTab; // each module has its own symbol table - AmbigiousSymbols: TIntSet; // contains ids of all ambigious symbols (cannot + AmbiguousSymbols: TIntSet; // contains ids of all ambiguous symbols (cannot // store this info in the syms themselves!) generics: PNode; // a list of the things to compile; list of // nkExprEqExpr nodes which contain the generic @@ -156,7 +156,7 @@ begin fillChar(result^, sizeof(result^), 0); {@emit} InitSymTab(result.tab); - IntSetInit(result.AmbigiousSymbols); + IntSetInit(result.AmbiguousSymbols); initLinkedList(result.optionStack); initLinkedList(result.libs); append(result.optionStack, newOptionEntry()); -- cgit 1.4.1-2-gfad0