mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:49:25 +02:00
* avoid overflow check and errors
git-svn-id: trunk@5886 -
This commit is contained in:
parent
f9e00ff2d9
commit
f33e66bb4e
@ -293,6 +293,9 @@ begin
|
|||||||
HT:=HelpFileTypes^.At(Index)^;
|
HT:=HelpFileTypes^.At(Index)^;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$R-}
|
||||||
|
{$Q-}
|
||||||
|
|
||||||
Function GetDosTicks:longint; { returns ticks at 18.2 Hz, just like DOS }
|
Function GetDosTicks:longint; { returns ticks at 18.2 Hz, just like DOS }
|
||||||
{$IFDEF OS2}
|
{$IFDEF OS2}
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user