commit
5d00e6cfb9
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*.dcu
|
*.dcu
|
||||||
|
__history
|
@ -3564,12 +3564,12 @@ var
|
|||||||
h, l: Longint;
|
h, l: Longint;
|
||||||
x: TPSProcedure;
|
x: TPSProcedure;
|
||||||
begin
|
begin
|
||||||
h := MakeHash(s);
|
|
||||||
if (s = 'RESULT') then
|
if (s = 'RESULT') then
|
||||||
begin
|
begin
|
||||||
Result := True;
|
Result := True;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
h := MakeHash(s);
|
||||||
if dcTypes in Check then
|
if dcTypes in Check then
|
||||||
for l := FTypes.Count - 1 downto 0 do
|
for l := FTypes.Count - 1 downto 0 do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user