mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 09:49:28 +02:00
* made internalerror unique
git-svn-id: trunk@27165 -
This commit is contained in:
parent
17b5359db0
commit
5dd4389f78
@ -593,7 +593,7 @@ unit optvirt;
|
||||
mainsymtab:=objparentsymtab.defowner.owner;
|
||||
{ main symtable must be static or global }
|
||||
if not(mainsymtab.symtabletype in [staticsymtable,globalsymtable]) then
|
||||
internalerror(200204175);
|
||||
internalerror(200204177);
|
||||
if (TSymtable(main_module.localsymtable)=mainsymtab) and
|
||||
(not main_module.is_unit) then
|
||||
{ same convention as for mangled names }
|
||||
|
Loading…
Reference in New Issue
Block a user