瀏覽代碼

* documented usage of ppuversion and ppulongversion

git-svn-id: trunk@41865 -
Jonas Maebe 6 年之前
父節點
當前提交
927fbc4387
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      compiler/ppu.pas

+ 6 - 0
compiler/ppu.pas

@@ -43,7 +43,13 @@ type
 {$endif Test_Double_checksum}
 {$endif Test_Double_checksum}
 
 
 const
 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;
   CurrentPPUVersion = 207;
+  { for any other changes to the ppu format, increase this version number
+    (it's a cardinal) }
   CurrentPPULongVersion = 1;
   CurrentPPULongVersion = 1;
 
 
 { unit flags }
 { unit flags }