mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 03:27:52 +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;
|
||||
|
||||
|
||||
TCompareOption = system.TCompareOption;
|
||||
TCompareOptions = system.TCompareOptions;
|
||||
|
||||
{$SCOPEDENUMS ON}
|
||||
TStringSplitOptions = (None, ExcludeEmpty);
|
||||
{$SCOPEDENUMS OFF}
|
||||
@ -4048,7 +4045,7 @@ begin
|
||||
end;
|
||||
|
||||
function TryStrToDate(const S: String; out Value: TDateTime;
|
||||
const useformat : string; separator : char = #0): Boolean;
|
||||
const useformat : string; separator : char): Boolean;
|
||||
|
||||
Var
|
||||
Msg : String;
|
||||
|
Loading…
Reference in New Issue
Block a user