From: George H. <geo...@us...> - 2006-10-30 09:15:20
|
Update of /cvsroot/win32forth/win32forth-stc/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25595/win32forth-stc/src/lib Modified Files: task.f Log Message: gah:Marker Anew and Mark (but not forget) working. Index: task.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/lib/task.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** task.f 28 Oct 2006 13:20:58 -0000 1.1 --- task.f 30 Oct 2006 09:15:15 -0000 1.2 *************** *** 275,279 **** create (make-lock) drop ; ! in-application internal --- 275,279 ---- create (make-lock) drop ; ! in-previous internal *************** *** 329,333 **** initialization-chain chain-add init-system-locks ! \s ========================STC DOESN'T HAVE FORGET YET==================================== \ -------------------- Forgetting Locks ----------------------------- --- 329,333 ---- initialization-chain chain-add init-system-locks ! \ -------------------- Forgetting Locks ----------------------------- *************** *** 347,351 **** forget-chain chain-add trim-locks ! in-application module --- 347,351 ---- forget-chain chain-add trim-locks ! in-previous module |