diff src/utils.cc @ 5770:6a9244f89a2a

[project @ 2006-04-18 17:44:33 by jwe]
author jwe
date Tue, 18 Apr 2006 17:44:33 +0000
parents 7ba9ad1fec11
children ace8d8d26933
line wrap: on
line diff
--- a/src/utils.cc	Tue Apr 18 15:57:06 2006 +0000
+++ b/src/utils.cc	Tue Apr 18 17:44:33 2006 +0000
@@ -1117,6 +1117,8 @@
       unsigned int sec
 	= (t > UINT_MAX) ? UINT_MAX : static_cast<unsigned int> (t);
 
+      // Versions of these functions that accept unsigned int args are
+      // defined in cutils.c.
       octave_sleep (sec);
       octave_usleep (usec);
     }