From d1b924d80a5b5ebdee64343d6d375f07aaae8b62 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 19 Jul 2005 07:59:46 +0000 Subject: [PATCH] Merged revisions 659 via svnmerge from /trunk git-svn-id: branches/fixes_2_0@694 - --- compiler/globtype.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globtype.pas b/compiler/globtype.pas index 391273a930..55a4ff0a17 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