Browse Source

* arraytokeninfo type set to ttokenarray

pierre 26 years ago
parent
commit
b72dcb6d51
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/tokendat.pas

+ 1 - 2
compiler/tokendat.pas

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