Explorar o código

* documented usage of ppuversion and ppulongversion

git-svn-id: trunk@41865 -
Jonas Maebe %!s(int64=6) %!d(string=hai) anos
pai
achega
927fbc4387
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      compiler/ppu.pas

+ 6 - 0
compiler/ppu.pas

@@ -43,7 +43,13 @@ type
 {$endif Test_Double_checksum}
 
 const
+  { only update this version if something change in the tppuheader:
+     * the unit flags listed below
+     * the format of the header itslf
+    This number cannot become bigger than 255 (it's stored in a byte) }
   CurrentPPUVersion = 207;
+  { for any other changes to the ppu format, increase this version number
+    (it's a cardinal) }
   CurrentPPULongVersion = 1;
 
 { unit flags }