Sfoglia il codice sorgente

+ constant for file init info

git-svn-id: trunk@15708 -
florian 15 anni fa
parent
commit
afc7c37ffe
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;