From: George H. <geo...@us...> - 2006-10-30 09:17:56
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26560/win32forth/src/lib Modified Files: task.f Log Message: gah:Modified to use in-previous Index: task.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/task.f,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** task.f 16 Oct 2006 11:22:22 -0000 1.13 --- task.f 30 Oct 2006 09:17:53 -0000 1.14 *************** *** 237,241 **** create (make-lock) drop ; ! in-application internal --- 237,241 ---- create (make-lock) drop ; ! in-previous internal *************** *** 309,313 **** forget-chain chain-add trim-locks ! in-application module --- 309,313 ---- forget-chain chain-add trim-locks ! in-previous module |