mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-12 20:49: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});
|
||||
TCompareOptions = set of TCompareOption;
|
||||
|
||||
generic TArray<T> = array of T;
|
||||
|
||||
{*****************************************************************************
|
||||
TObject, TClass, IUnknown, IInterface, TInterfacedObject
|
||||
*****************************************************************************}
|
||||
|
@ -655,8 +655,6 @@ Function EncodeHTMLEntities (S : String) : String;
|
||||
---------------------------------------------------------------------}
|
||||
|
||||
Type
|
||||
|
||||
generic TArray<T> = array of T;
|
||||
TCharArray = Array of char;
|
||||
|
||||
TByteBitIndex = 0..7;
|
||||
|
Loading…
Reference in New Issue
Block a user