mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:39:26 +02:00
* fixed compilation with -dnounsupported
git-svn-id: branches/jvmbackend@18619 -
This commit is contained in:
parent
297f3d087d
commit
d64f5d14d6
@ -917,8 +917,9 @@ implementation
|
|||||||
{$ifndef nounsupported}
|
{$ifndef nounsupported}
|
||||||
if checkdef.typ=procvardef then
|
if checkdef.typ=procvardef then
|
||||||
checkdef:=java_jlobject
|
checkdef:=java_jlobject
|
||||||
|
else
|
||||||
{$endif}
|
{$endif}
|
||||||
else if is_wide_or_unicode_string(checkdef) then
|
if is_wide_or_unicode_string(checkdef) then
|
||||||
checkdef:=java_jlstring
|
checkdef:=java_jlstring
|
||||||
else if is_ansistring(checkdef) then
|
else if is_ansistring(checkdef) then
|
||||||
checkdef:=java_ansistring
|
checkdef:=java_ansistring
|
||||||
|
Loading…
Reference in New Issue
Block a user