mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 00:01:16 +02:00
* use a unique internal error
git-svn-id: trunk@39024 -
This commit is contained in:
parent
fc390136cb
commit
2eac60cd87
@ -2047,7 +2047,7 @@ implementation
|
||||
procedure tlowleveltypedconstplaceholder.replace(ai: tai; d: tdef);
|
||||
begin
|
||||
if d<>def then
|
||||
internalerror(2015091001);
|
||||
internalerror(2015091007);
|
||||
list.insertafter(ai,insertpos);
|
||||
list.remove(insertpos);
|
||||
insertpos.free;
|
||||
|
Loading…
Reference in New Issue
Block a user