Minor tweak in compiler

This commit is contained in:
Frédéric Hannes 2014-06-11 19:47:12 +02:00
parent 8d2286385f
commit df155c4640

View File

@ -3564,12 +3564,12 @@ var
h, l: Longint;
x: TPSProcedure;
begin
h := MakeHash(s);
if (s = 'RESULT') then
begin
Result := True;
exit;
end;
h := MakeHash(s);
if dcTypes in Check then
for l := FTypes.Count - 1 downto 0 do
begin