mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 13:47:23 +01:00
+ aliases for Java primitive types (jbyte, jshort, jint, jlong, jchar,
jsingle, jdouble, jboolean) git-svn-id: branches/jvmbackend@18321 -
This commit is contained in:
parent
d840d99231
commit
817ebe5d8d
@ -40,6 +40,16 @@ Type
|
||||
|
||||
HResult = type longint;
|
||||
|
||||
{ Java primitive types }
|
||||
jboolean = boolean;
|
||||
jbyte = shortint;
|
||||
jshort = smallint;
|
||||
jint = longint;
|
||||
jlong = int64;
|
||||
jchar = widechar;
|
||||
jfloat = single;
|
||||
jdouble = double;
|
||||
|
||||
const
|
||||
{ max. values for longint and int}
|
||||
maxLongint = $7fffffff;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user