mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:29:14 +02:00
* Resolve conflict
This commit is contained in:
parent
1844b2a918
commit
be82caf5a0
2
utils/pas2js/dist/rtl.js
vendored
2
utils/pas2js/dist/rtl.js
vendored
@ -538,8 +538,6 @@ var rtl = {
|
||||
var mod = pas.SysUtils;
|
||||
if (!mod) mod = pas.sysutils;
|
||||
if (!mod) mod = pas["System.SysUtils"];
|
||||
if (!mod) mod = pas.System.Sysutils;
|
||||
if (!mod) mod = pas.System.SysUtils;
|
||||
if (mod){
|
||||
t = mod[typename];
|
||||
if (!t) t = mod[typename.toLowerCase()];
|
||||
|
Loading…
Reference in New Issue
Block a user