mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 21:09:30 +02:00
* external vars are not regable
This commit is contained in:
parent
78bff4ff2e
commit
d7c52f4062
@ -1113,6 +1113,7 @@ implementation
|
||||
add it to the externals }
|
||||
if extern_var then
|
||||
begin
|
||||
vs.varregable := vr_none;
|
||||
if is_dll then
|
||||
begin
|
||||
if not(current_module.uses_imports) then
|
||||
@ -1306,7 +1307,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.87 2004-12-07 16:11:52 peter
|
||||
Revision 1.88 2004-12-11 15:19:08 jonas
|
||||
* external vars are not regable
|
||||
|
||||
Revision 1.87 2004/12/07 16:11:52 peter
|
||||
* set vo_explicit_paraloc flag
|
||||
|
||||
Revision 1.86 2004/11/29 18:50:15 peter
|
||||
|
Loading…
Reference in New Issue
Block a user