Browse Source

+ read/write of constnil

peter 27 years ago
parent
commit
e628968eac
1 changed files with 6 additions and 1 deletions
  1. 6 1
      compiler/symsym.inc

+ 6 - 1
compiler/symsym.inc

@@ -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