mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:29:18 +02:00
* fixed cs_externally_visible (macpas {$z+})
git-svn-id: trunk@5381 -
This commit is contained in:
parent
7528e074a5
commit
76cd84f2a1
@ -838,8 +838,9 @@ implementation
|
|||||||
is_external_var:=true;
|
is_external_var:=true;
|
||||||
end
|
end
|
||||||
else if (cs_externally_visible in current_settings.localswitches) then
|
else if (cs_externally_visible in current_settings.localswitches) then
|
||||||
begin {The effect of this is the same as if cvar has been given as directives.}
|
begin {The effect of this is the same as if cvar has been given as directives and it's made public.}
|
||||||
is_cdecl:=true;
|
is_cdecl:=true;
|
||||||
|
is_public_var:=true;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user