summaryrefslogtreecommitdiff
path: root/compiler/symtable.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/symtable.pas')
-rw-r--r--compiler/symtable.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/symtable.pas b/compiler/symtable.pas
index 35879a931c..f067caadc6 100644
--- a/compiler/symtable.pas
+++ b/compiler/symtable.pas
@@ -2199,6 +2199,7 @@ implementation
var
hashedid : THashedIDString;
begin
+ result:=false;
hashedid.id:=s;
srsymtable:=recordh.symtable;
srsym:=tsym(srsymtable.FindWithHash(hashedid));