mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
* Make sure it compiles with FPC 3.2.2 for pas2js...
This commit is contained in:
parent
8471024ddc
commit
24bc93430e
@ -113,6 +113,11 @@ resourcestring
|
||||
SWarnIgnoringLinkLib = 'Ignoring LINKLIB directive %s -> %s (Options: %s)';
|
||||
|
||||
type
|
||||
{$IF NOT DECLARED(RTLSTRING)}
|
||||
RTLString = ansistring;
|
||||
TRTLStringDynArray = array of RTLString;
|
||||
{$ENDIF}
|
||||
|
||||
// String used for scanning
|
||||
TPasScannerString = RawByteString;
|
||||
// String used for interfacing with PasTree
|
||||
|
Loading…
Reference in New Issue
Block a user