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:
florian 2005-09-30 09:40:36 +00:00
parent 9ec32d5690
commit c2d6f7a636

View File

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