Stubbed a DOSism.

This commit is contained in:
Ryan C. Gordon 2000-11-18 06:33:48 +00:00
parent c97d23ec6b
commit 0112902e54
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@ var buffer:array[1..16384] of byte;
src,dest:file;
procedure dodate;
{rcg11172000 DOSism. Stubbed.}
{
var r:registers;
od,ot,ha:integer;
begin
@ -41,6 +43,10 @@ var buffer:array[1..16384] of byte;
ax:=$3e00; bx:=ha; msdos(dos.registers(r));
end;
end;
}
begin
writeln('STUB: file2.pas; dodate()...');
end;
begin
ok:=TRUE; nospace:=FALSE;