mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 14:26:00 +02:00
* don't write procdefs that are released to ppu
This commit is contained in:
parent
cedb10116c
commit
4a4c5a6df2
@ -3287,6 +3287,9 @@ implementation
|
||||
hp : TParaItem;
|
||||
oldintfcrc : boolean;
|
||||
begin
|
||||
{ released procdef? }
|
||||
if not assigned(parast) then
|
||||
exit;
|
||||
inherited ppuwritedef(ppufile);
|
||||
ppufile.puttype(rettype);
|
||||
oldintfcrc:=ppufile.do_interface_crc;
|
||||
@ -3587,6 +3590,10 @@ implementation
|
||||
oldparasymtable,
|
||||
oldlocalsymtable : tsymtable;
|
||||
begin
|
||||
{ released procdef? }
|
||||
if not assigned(parast) then
|
||||
exit;
|
||||
|
||||
oldparasymtable:=aktparasymtable;
|
||||
oldlocalsymtable:=aktlocalsymtable;
|
||||
aktparasymtable:=parast;
|
||||
@ -5909,7 +5916,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.170 2003-10-03 22:00:33 peter
|
||||
Revision 1.171 2003-10-05 12:56:35 peter
|
||||
* don't write procdefs that are released to ppu
|
||||
|
||||
Revision 1.170 2003/10/03 22:00:33 peter
|
||||
* parameter alignment fixes
|
||||
|
||||
Revision 1.169 2003/10/02 21:19:42 peter
|
||||
|
Loading…
Reference in New Issue
Block a user