mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
Merged revisions 1233 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk r1233 (florian) * names of cdecl'ed exports on linux fixed git-svn-id: branches/fixes_2_0@1238 -
This commit is contained in:
parent
9ec32d5690
commit
c2d6f7a636
@ -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