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

git-svn-id: trunk@659 -
This commit is contained in:
florian 2005-07-18 21:38:47 +00:00
parent 8bc4e0a32f
commit aa66f735ca

View File

@ -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