* made internalerror unique

git-svn-id: trunk@27165 -
This commit is contained in:
Jonas Maebe 2014-03-16 19:45:56 +00:00
parent 17b5359db0
commit 5dd4389f78

View File

@ -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 }