2
0
Эх сурвалжийг харах

* increased significant id len to 127 because there are unicode character constant names longer than 64 char

git-svn-id: trunk@659 -
florian 20 жил өмнө
parent
commit
aa66f735ca
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/globtype.pas

+ 1 - 1
compiler/globtype.pas

@@ -25,7 +25,7 @@ unit globtype;
 interface
 
     const
-       maxidlen = 64;
+       maxidlen = 127;
 
     type
 {TCmdStr is used to pass command line parameters to an external program to be