瀏覽代碼

+ constant for file init info

git-svn-id: trunk@15708 -
florian 15 年之前
父節點
當前提交
afc7c37ffe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/symconst.pas

+ 1 - 0
compiler/symconst.pas

@@ -64,6 +64,7 @@ const
   tkProcVar  = 23;
   tkUString  = 24;
   tkUChar    = 25;
+  tkFile     = 26;
 
   otSByte     = 0;
   otUByte     = 1;