mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09: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;
|
||||
formaldef :
|
||||
begin
|
||||
{$ifndef nounsupported}
|
||||
{ var/const/out x: JLObject }
|
||||
result:=jvmaddencodedtype(java_jlobject,false,encodedstr,forcesignature,founderror);
|
||||
{$else}
|
||||
result:=false;
|
||||
{$endif}
|
||||
end;
|
||||
arraydef :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user