diff --git a/compiler/nld.pas b/compiler/nld.pas index 1f90d17dea..dc8cdf7f6e 100644 --- a/compiler/nld.pas +++ b/compiler/nld.pas @@ -175,7 +175,7 @@ implementation begin inherited create(loadn,nil); if not assigned(v) then - internalerror(200108121); + internalerror(200108122); symtableentry:=v; symtable:=st; procdef:=d;