* shorten mangledname names much quicker for nested procedures

git-svn-id: trunk@8160 -
This commit is contained in:
peter 2007-07-23 21:36:16 +00:00
parent 1dd62b8686
commit 1249bf70ff

View File

@ -769,7 +769,7 @@ implementation
newlen:=length(s);
{ Replace with CRC if the parameter line is very long }
if (newlen-oldlen>12) and
((newlen>128) or (newlen-oldlen>64)) then
((newlen+length(prefix)>128) or (newlen-oldlen>32)) then
begin
crc:=$ffffffff;
for i:=0 to tprocdef(st.defowner).paras.count-1 do