Skip to content

Commit

Permalink
Stubbed a DOSism.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 18, 2000
1 parent c97d23e commit 0112902
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions file2.pas
Expand Up @@ -27,6 +27,8 @@ procedure copyfile(var ok,nospace:boolean; showprog:boolean;
src,dest:file;

procedure dodate;
{rcg11172000 DOSism. Stubbed.}
{
var r:registers;
od,ot,ha:integer;
begin
Expand All @@ -41,6 +43,10 @@ procedure copyfile(var ok,nospace:boolean; showprog:boolean;
ax:=$3e00; bx:=ha; msdos(dos.registers(r));
end;
end;
}
begin
writeln('STUB: file2.pas; dodate()...');
end;

begin
ok:=TRUE; nospace:=FALSE;
Expand Down

0 comments on commit 0112902

Please sign in to comment.