Browse Source

* updated record size

carl 24 years ago
parent
commit
8393b73e58
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/ppu.pas

+ 5 - 2
compiler/ppu.pas

@@ -134,7 +134,7 @@ type
 
 
   tppuerror=(ppuentrytoobig,ppuentryerror);
   tppuerror=(ppuentrytoobig,ppuentryerror);
 
 
-  tppuheader=packed record { 40 bytes }
+  tppuheader=packed record { 36 bytes }
     id       : array[1..3] of char; { = 'PPU' }
     id       : array[1..3] of char; { = 'PPU' }
     ver      : array[1..3] of char;
     ver      : array[1..3] of char;
     compiler : word;
     compiler : word;
@@ -986,7 +986,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.12  2001-08-30 20:13:53  peter
+  Revision 1.13  2001-09-22 04:51:58  carl
+  * updated record size
+
+  Revision 1.12  2001/08/30 20:13:53  peter
     * rtti/init table updates
     * rtti/init table updates
     * rttisym for reusable global rtti/init info
     * rttisym for reusable global rtti/init info
     * support published for interfaces
     * support published for interfaces