* renamed to .pp extension

This commit is contained in:
peter 2001-04-07 15:13:32 +00:00
parent 99fbea55b7
commit 6fd93ee078
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,8 @@
{ %VERSION=1.1 }
uses
erroru;
{$ifdef HASOUT}
type
tr1 = record
l1,l2 : longint;
@ -88,8 +89,3 @@ begin
if a<>'Now it''s another ansistring' then
do_error(1105);
end.
{$else}
begin
Writeln('No out parameter support');
end.
{$endif HASOUT}