From 72157b51f73275f15aa43a3c5f6cd1e0038bca52 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 11 Mar 1997 10:38:06 +0000 Subject: Marquage des primitives ML (pour le toplevel Windows). git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1369 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/windir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otherlibs/win32unix/windir.c') diff --git a/otherlibs/win32unix/windir.c b/otherlibs/win32unix/windir.c index 08f70ed66..2661133b7 100644 --- a/otherlibs/win32unix/windir.c +++ b/otherlibs/win32unix/windir.c @@ -41,7 +41,7 @@ value win_findfirst(name) /* ML */ return v; } -value win_findnext(valh) +value win_findnext(valh) /* ML */ value valh; { int retcode; @@ -52,7 +52,7 @@ value win_findnext(valh) return copy_string(fileinfo.name); } -value win_findclose(valh) +value win_findclose(valh) /* ML */ value valh; { if (_findclose(Int_val(valh)) != 0) uerror("closedir", Nothing); -- cgit v1.2.3-70-g09d2