From: George H. <geo...@us...> - 2006-10-02 11:46:54
|
Update of /cvsroot/win32forth/win32forth-stc/demos In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32212/win32forth-stc/demos Modified Files: pardemo.f taskdemo.f Log Message: gah:Uncommented needs (now it works), Index: taskdemo.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/demos/taskdemo.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** taskdemo.f 26 Sep 2006 08:44:05 -0000 1.1 --- taskdemo.f 2 Oct 2006 11:46:51 -0000 1.2 *************** *** 1,5 **** \ $Id$ ! \ needs task.f \ task demo code \ -------------------- Demonstrations -------------------- --- 1,5 ---- \ $Id$ ! needs task.f \ task demo code \ -------------------- Demonstrations -------------------- Index: pardemo.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/demos/pardemo.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pardemo.f 26 Sep 2006 08:44:05 -0000 1.1 --- pardemo.f 2 Oct 2006 11:46:51 -0000 1.2 *************** *** 1,3 **** ! \ needs multithr.f \ 10-4-99 : ascii char state @ if postpone literal then ; immediate --- 1,3 ---- ! needs multithr.f \ 10-4-99 : ascii char state @ if postpone literal then ; immediate |