mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
+ pbestrealtype for JVM
git-svn-id: branches/jvmbackend@18304 -
This commit is contained in:
parent
9fc3616179
commit
fe99c93619
@ -792,6 +792,9 @@ interface
|
||||
{$ifdef AVR}
|
||||
pbestrealtype : ^tdef = @s64floattype;
|
||||
{$endif AVR}
|
||||
{$ifdef JVM}
|
||||
pbestrealtype : ^tdef = @s64floattype;
|
||||
{$endif JVM}
|
||||
|
||||
function make_mangledname(const typeprefix:string;st:TSymtable;const suffix:string):string;
|
||||
function make_dllmangledname(const dllname,importname:string;
|
||||
|
Loading…
Reference in New Issue
Block a user