mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* problem with writing of class references fixed
This commit is contained in:
parent
af83d90357
commit
603b152b1f
@ -1232,7 +1232,8 @@
|
|||||||
|
|
||||||
procedure tclassrefdef.write;
|
procedure tclassrefdef.write;
|
||||||
begin
|
begin
|
||||||
inherited write;
|
{ be careful, tclassdefref inherits from tpointerdef }
|
||||||
|
tdef.write;
|
||||||
writedefref(definition);
|
writedefref(definition);
|
||||||
current_ppu^.writeentry(ibclassrefdef);
|
current_ppu^.writeentry(ibclassrefdef);
|
||||||
end;
|
end;
|
||||||
@ -2963,7 +2964,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.42 1998-09-17 13:41:20 pierre
|
Revision 1.43 1998-09-18 17:12:40 florian
|
||||||
|
* problem with writing of class references fixed
|
||||||
|
|
||||||
|
Revision 1.42 1998/09/17 13:41:20 pierre
|
||||||
sizeof(TPOINT) problem
|
sizeof(TPOINT) problem
|
||||||
|
|
||||||
Revision 1.40.2.2 1998/09/17 08:42:33 pierre
|
Revision 1.40.2.2 1998/09/17 08:42:33 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user