* Make sure it compiles with FPC 3.2.2 for pas2js...

This commit is contained in:
Michaël Van Canneyt 2023-07-18 16:09:00 +02:00
parent 8471024ddc
commit 24bc93430e

View File

@ -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