* fixed runtime checks

This commit is contained in:
peter 2002-11-27 02:38:20 +00:00
parent 9abe8bf055
commit a099086fe4
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,5 @@
{$mode delphi}
type
tprocedure = procedure;

View File

@ -1,5 +1,3 @@
{%interactive }
{
ide 0.9.2 dos/win32 2002/05/31
press F7 or F8 more times:
@ -29,7 +27,7 @@ within a macro. Merged to 1.1 branch. }
{$include tw2004i.inc}
{$include uw2004.inc}
@ -51,4 +49,5 @@ x;
write('ppppp');
y;
x;
writeln;
end.