瀏覽代碼

* arraytokeninfo type set to ttokenarray

pierre 26 年之前
父節點
當前提交
b72dcb6d51
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      compiler/tokendat.pas

+ 1 - 2
compiler/tokendat.pas

@@ -32,7 +32,7 @@ uses    tokens,globtype;
 
 {$ifdef IncludeTokens}
 const
-  arraytokeninfo:array[ttoken] of tokenrec=(
+  arraytokeninfo : ttokenarray =(
       (str:''              ;special:true ;keyword:m_none),
     { Operators which can be overloaded }
       (str:'+'             ;special:true ;keyword:m_none),
@@ -264,4 +264,3 @@ begin
 end.
 
 {$endif TP}
-