add $R- to avoid errors

This commit is contained in:
pierre 2000-03-21 16:04:30 +00:00
parent 97c84ffed8
commit 47617fd323
4 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,7 @@
{$R-}
{ Basic Pascal principles gone done the drain... !!!! }
var
v: word;
w: shortint;

View File

@ -1,3 +1,4 @@
{$R-}
{ I think this now occurs with most type casting... }
{ I think type casting is no longer considered?? }

View File

@ -2,6 +2,7 @@ program test_set;
uses erroru;
{$R-}
procedure test;

View File

@ -1,3 +1,6 @@
{ $R+ would give compile time errors }
{$R-}
Program bug0290;
var i,j : integer;