mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 11:38:38 +02:00
* rtti for ordtypes corrected
This commit is contained in:
parent
0fdaedaec0
commit
dc3bc0cd43
@ -920,6 +920,7 @@
|
||||
else
|
||||
rttilist^.concat(new(pai_const,init_8bit(tkInteger)));
|
||||
end;
|
||||
rttilist^.concat(new(pai_const,init_8bit(byte(trans[typ]))));
|
||||
rttilist^.concat(new(pai_const,init_32bit(low)));
|
||||
rttilist^.concat(new(pai_const,init_32bit(high)));
|
||||
end;
|
||||
@ -2964,7 +2965,10 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.43 1998-09-18 17:12:40 florian
|
||||
Revision 1.44 1998-09-19 15:23:58 florian
|
||||
* rtti for ordtypes corrected
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user