소스 검색

* 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}
 
 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 }