mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-13 10:39:06 +02:00
Classes compilation error.
This commit is contained in:
parent
b95b33341f
commit
2078701dc9
@ -76,7 +76,6 @@ type
|
|||||||
TTime = type TDateTime;
|
TTime = type TDateTime;
|
||||||
TDate = type TDateTime;
|
TDate = type TDateTime;
|
||||||
|
|
||||||
|
|
||||||
Int64 = type NativeInt unimplemented; // only 53 bits at runtime
|
Int64 = type NativeInt unimplemented; // only 53 bits at runtime
|
||||||
UInt64 = type NativeUInt unimplemented; // only 52 bits at runtime
|
UInt64 = type NativeUInt unimplemented; // only 52 bits at runtime
|
||||||
QWord = type NativeUInt unimplemented; // only 52 bits at runtime
|
QWord = type NativeUInt unimplemented; // only 52 bits at runtime
|
||||||
@ -85,8 +84,10 @@ type
|
|||||||
NativeLargeInt = NativeInt;
|
NativeLargeInt = NativeInt;
|
||||||
NativeLargeUInt = NativeUInt;
|
NativeLargeUInt = NativeUInt;
|
||||||
|
|
||||||
|
UnicodeChar = Char;
|
||||||
|
UnicodeString = type String;
|
||||||
WideString = type String;
|
WideString = type String;
|
||||||
UnicodeChar = char;
|
WideChar = Char;
|
||||||
|
|
||||||
TDynArrayIndex = NativeInt;
|
TDynArrayIndex = NativeInt;
|
||||||
TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);
|
TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);
|
||||||
|
Loading…
Reference in New Issue
Block a user