Parcourir la source

* documented usage of ppuversion and ppulongversion

git-svn-id: trunk@41865 -
Jonas Maebe il y a 6 ans
Parent
commit
927fbc4387
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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 }