Ensure uniqueness of internal errors

git-svn-id: trunk@34183 -
This commit is contained in:
svenbarth 2016-07-22 15:56:54 +00:00
parent 4df4449933
commit 3147374178

View File

@ -653,7 +653,7 @@ implementation
if tstaticvarsym(psym).mangledname=symname then if tstaticvarsym(psym).mangledname=symname then
found:=true; found:=true;
else else
internalerror(2014101005); internalerror(2014101003);
end; end;
if found then if found then
break; break;
@ -764,7 +764,7 @@ implementation
end; end;
end; end;
else else
internalerror(2014101001); internalerror(2014101002);
end; end;
alreadyloaded.add(sym); alreadyloaded.add(sym);
end; end;