mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
- remove nounsupported ifdefs for formaldef handling
git-svn-id: branches/jvmbackend@18682 -
This commit is contained in:
parent
cef61300ff
commit
e61bc16799
@ -312,12 +312,8 @@ implementation
|
|||||||
end;
|
end;
|
||||||
formaldef :
|
formaldef :
|
||||||
begin
|
begin
|
||||||
{$ifndef nounsupported}
|
|
||||||
{ var/const/out x: JLObject }
|
{ var/const/out x: JLObject }
|
||||||
result:=jvmaddencodedtype(java_jlobject,false,encodedstr,forcesignature,founderror);
|
result:=jvmaddencodedtype(java_jlobject,false,encodedstr,forcesignature,founderror);
|
||||||
{$else}
|
|
||||||
result:=false;
|
|
||||||
{$endif}
|
|
||||||
end;
|
end;
|
||||||
arraydef :
|
arraydef :
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user