mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-15 17:39:05 +02:00
* Patch from Henrique Werlang to move TArray (bug ID 37759)
This commit is contained in:
parent
6f4b2a04b2
commit
2fdece6eab
@ -98,6 +98,8 @@ type
|
|||||||
coLingCasing, coDigitAsNumbers, coStringSort});
|
coLingCasing, coDigitAsNumbers, coStringSort});
|
||||||
TCompareOptions = set of TCompareOption;
|
TCompareOptions = set of TCompareOption;
|
||||||
|
|
||||||
|
generic TArray<T> = array of T;
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
TObject, TClass, IUnknown, IInterface, TInterfacedObject
|
TObject, TClass, IUnknown, IInterface, TInterfacedObject
|
||||||
*****************************************************************************}
|
*****************************************************************************}
|
||||||
|
@ -655,8 +655,6 @@ Function EncodeHTMLEntities (S : String) : String;
|
|||||||
---------------------------------------------------------------------}
|
---------------------------------------------------------------------}
|
||||||
|
|
||||||
Type
|
Type
|
||||||
|
|
||||||
generic TArray<T> = array of T;
|
|
||||||
TCharArray = Array of char;
|
TCharArray = Array of char;
|
||||||
|
|
||||||
TByteBitIndex = 0..7;
|
TByteBitIndex = 0..7;
|
||||||
|
Loading…
Reference in New Issue
Block a user