Parcourir la source

+ constant for file init info

git-svn-id: trunk@15708 -
florian il y a 15 ans
Parent
commit
afc7c37ffe
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;