mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 17:19:32 +02:00
* set nf_is_self node flag when self is loaded
This commit is contained in:
parent
14ccaf9c7b
commit
717e3c76c2
@ -217,6 +217,7 @@ interface
|
||||
|
||||
{ tloadnode }
|
||||
nf_absolute,
|
||||
nf_is_self,
|
||||
nf_load_self_pointer,
|
||||
|
||||
{ taddnode }
|
||||
@ -1126,7 +1127,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.94 2005-01-03 17:55:57 florian
|
||||
Revision 1.95 2005-01-04 16:39:46 peter
|
||||
* set nf_is_self node flag when self is loaded
|
||||
|
||||
Revision 1.94 2005/01/03 17:55:57 florian
|
||||
+ first batch of patches to support tdef.getcopy fully
|
||||
|
||||
Revision 1.93 2004/12/26 16:22:01 peter
|
||||
|
@ -285,6 +285,7 @@ implementation
|
||||
if assigned(srsym) then
|
||||
begin
|
||||
result:=cloadnode.create(srsym,srsymtable);
|
||||
include(result.flags,nf_is_self);
|
||||
resulttypepass(result);
|
||||
end
|
||||
else
|
||||
@ -566,7 +567,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.28 2004-12-26 16:22:01 peter
|
||||
Revision 1.29 2005-01-04 16:39:46 peter
|
||||
* set nf_is_self node flag when self is loaded
|
||||
|
||||
Revision 1.28 2004/12/26 16:22:01 peter
|
||||
* fix lineinfo for with blocks
|
||||
|
||||
Revision 1.27 2004/12/15 16:00:16 peter
|
||||
|
Loading…
Reference in New Issue
Block a user