mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 23:20:29 +02:00
* fixed invalid type cast in case of errors in a library's export section
git-svn-id: trunk@12008 -
This commit is contained in:
parent
699a0ba70f
commit
eb130d7501
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user