Explorar el Código

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

Michaël Van Canneyt hace 2 años
padre
commit
b4727e42bc
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      packages/fcl-passrc/src/pscanner.pp

+ 5 - 0
packages/fcl-passrc/src/pscanner.pp

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