mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
* if there are assertions, include pi_do_call in procinfo.flags
This commit is contained in:
parent
1d11c6d651
commit
fd8625f3eb
@ -1976,7 +1976,9 @@ implementation
|
||||
begin
|
||||
{ we need a valid node, so insert a nothingn }
|
||||
result:=cnothingnode.create;
|
||||
end;
|
||||
end
|
||||
else
|
||||
include(current_procinfo.flags,pi_do_call);
|
||||
end;
|
||||
|
||||
else
|
||||
@ -2356,7 +2358,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.123 2003-11-29 16:19:54 peter
|
||||
Revision 1.124 2003-12-08 21:17:12 jonas
|
||||
* if there are assertions, include pi_do_call in procinfo.flags
|
||||
|
||||
Revision 1.123 2003/11/29 16:19:54 peter
|
||||
* Initialize() added
|
||||
|
||||
Revision 1.122 2003/11/10 22:02:52 peter
|
||||
|
Loading…
Reference in New Issue
Block a user