* fixed invalid type cast in case of errors in a library's export section

git-svn-id: trunk@12008 -
This commit is contained in:
Jonas Maebe 2008-11-01 17:08:26 +00:00
parent 699a0ba70f
commit eb130d7501

View File

@ -204,7 +204,8 @@ implementation
exportprocsym(srsym,hpname,index,options);
end
end
else
{ can also be errorsym }
else if (srsym.typ=staticvarsym) then
begin
if ((options and eo_name)=0) then
{ for "cvar" }