mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 16:49:26 +01:00
* fixed wrong name mangling for imported variables under Darwin
This commit is contained in:
parent
e546db7a23
commit
61e09d9dea
@ -988,6 +988,8 @@ implementation
|
|||||||
include(vs.varoptions,vo_is_dll_var)
|
include(vs.varoptions,vo_is_dll_var)
|
||||||
else
|
else
|
||||||
include(vs.varoptions,vo_is_C_var);
|
include(vs.varoptions,vo_is_C_var);
|
||||||
|
if (not is_dll) or
|
||||||
|
(target_info.system <> system_powerpc_darwin) then
|
||||||
vs.set_mangledname(C_Name);
|
vs.set_mangledname(C_Name);
|
||||||
if export_var then
|
if export_var then
|
||||||
begin
|
begin
|
||||||
@ -1165,7 +1167,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.69 2004-03-04 17:24:42 peter
|
Revision 1.70 2004-03-05 21:13:22 jonas
|
||||||
|
* fixed wrong name mangling for imported variables under Darwin
|
||||||
|
|
||||||
|
Revision 1.69 2004/03/04 17:24:42 peter
|
||||||
* support enums in property array ranges
|
* support enums in property array ranges
|
||||||
|
|
||||||
Revision 1.68 2004/02/26 16:10:23 peter
|
Revision 1.68 2004/02/26 16:10:23 peter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user