mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-20 13:09:06 +02:00
* Patch from Henrique Werlang to remove duplicate identifiers
This commit is contained in:
parent
d395512a12
commit
767287d442
@ -694,9 +694,6 @@ Type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
TCompareOption = system.TCompareOption;
|
|
||||||
TCompareOptions = system.TCompareOptions;
|
|
||||||
|
|
||||||
{$SCOPEDENUMS ON}
|
{$SCOPEDENUMS ON}
|
||||||
TStringSplitOptions = (None, ExcludeEmpty);
|
TStringSplitOptions = (None, ExcludeEmpty);
|
||||||
{$SCOPEDENUMS OFF}
|
{$SCOPEDENUMS OFF}
|
||||||
@ -4048,7 +4045,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
function TryStrToDate(const S: String; out Value: TDateTime;
|
function TryStrToDate(const S: String; out Value: TDateTime;
|
||||||
const useformat : string; separator : char = #0): Boolean;
|
const useformat : string; separator : char): Boolean;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
Msg : String;
|
Msg : String;
|
||||||
|
Loading…
Reference in New Issue
Block a user