mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 22:49:34 +02:00
* names of cdecl'ed exports on linux fixed
git-svn-id: trunk@1233 -
This commit is contained in:
parent
aacae3fb55
commit
158c6f72b7
@ -1985,7 +1985,7 @@ const
|
||||
end;
|
||||
|
||||
{ Public/exported alias names }
|
||||
if (po_public in pd.procoptions) and
|
||||
if (([po_public,po_exports]*pd.procoptions)<>[]) and
|
||||
not(po_has_public_name in pd.procoptions) then
|
||||
begin
|
||||
case pd.proccalloption of
|
||||
|
Loading…
Reference in New Issue
Block a user