mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:28:07 +02:00
Ensure uniqueness of internal errors
git-svn-id: trunk@34183 -
This commit is contained in:
parent
4df4449933
commit
3147374178
@ -653,7 +653,7 @@ implementation
|
||||
if tstaticvarsym(psym).mangledname=symname then
|
||||
found:=true;
|
||||
else
|
||||
internalerror(2014101005);
|
||||
internalerror(2014101003);
|
||||
end;
|
||||
if found then
|
||||
break;
|
||||
@ -764,7 +764,7 @@ implementation
|
||||
end;
|
||||
end;
|
||||
else
|
||||
internalerror(2014101001);
|
||||
internalerror(2014101002);
|
||||
end;
|
||||
alreadyloaded.add(sym);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user