Add explicit {$hugecode off} for tests that need it

git-svn-id: trunk@39391 -
This commit is contained in:
pierre 2018-07-05 20:58:13 +00:00
parent f36ac3adbd
commit 841a166847
5 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,7 @@
program tfarcal3;
{$F+}
{$hugecode off}
uses
dos;

View File

@ -18,6 +18,7 @@
program tfarcal4;
{$F-}
{$hugecode off}
uses
dos;

View File

@ -5,6 +5,7 @@
{$mode TP}
{$F-}
{$hugecode off}
{ should be near, since we are in $F- mode }
procedure myproc;
@ -112,4 +113,4 @@ end.
begin
{ silently succeed in the other memory models }
end.
{$endif}
{$endif}

View File

@ -12,6 +12,8 @@
program tretf1;
{$hugecode off}
uses
dos;

View File

@ -12,6 +12,8 @@
program tretf2;
{$hugecode off}
uses
dos;