mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
* r27142 for the JVM target, so its system unit compiles again
git-svn-id: trunk@27381 -
This commit is contained in:
parent
9ae26316e8
commit
49ccedbff1
@ -12,6 +12,16 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{ ObjpasInt is the integer type, equivalent to Objpas.Integer (the Integer
|
||||
type in ObjFpc and Delphi modes). It is defined here for use in the
|
||||
implementation part of the System unit. }
|
||||
{$ifdef CPU16}
|
||||
type
|
||||
ObjpasInt = SmallInt;
|
||||
{$else CPU16}
|
||||
type
|
||||
ObjpasInt = LongInt;
|
||||
{$endif CPU16}
|
||||
|
||||
{ The RTTI is implemented through a series of constants : }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user