|
@@ -1458,6 +1458,7 @@
|
|
readnormalset(ps^);
|
|
readnormalset(ps^);
|
|
value:=longint(ps);
|
|
value:=longint(ps);
|
|
end;
|
|
end;
|
|
|
|
+ constnil : ;
|
|
else
|
|
else
|
|
Message1(unit_f_ppu_invalid_entry,tostr(ord(consttype)));
|
|
Message1(unit_f_ppu_invalid_entry,tostr(ord(consttype)));
|
|
end;
|
|
end;
|
|
@@ -1493,6 +1494,7 @@
|
|
tsym.write;
|
|
tsym.write;
|
|
writebyte(byte(consttype));
|
|
writebyte(byte(consttype));
|
|
case consttype of
|
|
case consttype of
|
|
|
|
+ constnil : ;
|
|
constint,
|
|
constint,
|
|
constbool,
|
|
constbool,
|
|
constchar : writelong(value);
|
|
constchar : writelong(value);
|
|
@@ -1803,7 +1805,10 @@
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.64 1998-12-08 10:18:15 peter
|
|
|
|
|
|
+ Revision 1.65 1998-12-26 15:35:44 peter
|
|
|
|
+ + read/write of constnil
|
|
|
|
+
|
|
|
|
+ Revision 1.64 1998/12/08 10:18:15 peter
|
|
+ -gh for heaptrc unit
|
|
+ -gh for heaptrc unit
|
|
|
|
|
|
Revision 1.63 1998/11/28 16:20:56 peter
|
|
Revision 1.63 1998/11/28 16:20:56 peter
|