From aa66f735ca3cc4b87104ef1c287623f70fe0bb8a Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 18 Jul 2005 21:38:47 +0000 Subject: [PATCH] * increased significant id len to 127 because there are unicode character constant names longer than 64 char git-svn-id: trunk@659 - --- compiler/globtype.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globtype.pas b/compiler/globtype.pas index c7e7eb3c05..962755d4c1 100644 --- a/compiler/globtype.pas +++ b/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