From: George H. <geo...@us...> - 2006-10-02 11:47:56
|
Update of /cvsroot/win32forth/win32forth-stc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32611/win32forth-stc/src Modified Files: multithr.f Log Message: gah:Uncommented needs (now it works), Index: multithr.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/multithr.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multithr.f 26 Sep 2006 08:44:05 -0000 1.1 --- multithr.f 2 Oct 2006 11:47:50 -0000 1.2 *************** *** 6,10 **** \ 19apr03 for Win32Forth 6.07 with kernel v501A gah ! \ needs task.f (( This system uses a simpel way to do parallel arithmetic. --- 6,10 ---- \ 19apr03 for Win32Forth 6.07 with kernel v501A gah ! needs task.f (( This system uses a simpel way to do parallel arithmetic. |