From: George H. <geo...@us...> - 2008-10-29 23:24:34
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26196 Modified Files: task.f Log Message: Added extra comment Index: task.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/task.f,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** task.f 22 Aug 2008 21:12:25 -0000 1.16 --- task.f 29 Oct 2008 23:24:29 -0000 1.17 *************** *** 138,142 **** : task-sleep ( n -- ) \ W32F Task \ *G Suspend the current task for at least n msec. If n is INFINITE (-1) the task is suspended ! \ ** forever. ms ; deprecated --- 138,142 ---- : task-sleep ( n -- ) \ W32F Task \ *G Suspend the current task for at least n msec. If n is INFINITE (-1) the task is suspended ! \ ** forever. This word is \i obsolescent \d since it's identical to the ANSI word \b MS \d. ms ; deprecated |