mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:48:04 +02:00
* fixed compilation of length(unicode/ansistring) on JVM target after r25499
(we previously internally generated assigned(unicode/ansistring) nodes, which now cause typecheck errors because there is no special assigned handling anymore) git-svn-id: trunk@25557 -
This commit is contained in:
parent
1f783f539c
commit
20d6db20c8
@ -578,7 +578,7 @@ implementation
|
||||
else
|
||||
begin
|
||||
lefttemp:=nil;
|
||||
stringtemp:=left;
|
||||
stringtemp:=ctypeconvnode.create_explicit(left,stringclass);
|
||||
end;
|
||||
left:=nil;
|
||||
lentemp:=ctempcreatenode.create(s32inttype,s32inttype.size,tt_persistent,true);
|
||||
|
Loading…
Reference in New Issue
Block a user