From: George H. <geo...@us...> - 2005-06-20 07:41:32
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14618/win32forth/apps/ForthForm Modified Files: FORMOBJECT.F Log Message: gah: added 3reverse and 4reverse to kernel and modified various files to use it. Modified stack comments in toolset.f to use -- for consistency. NOTE the new KERNEL.EXE is needed to build the system Index: FORMOBJECT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORMOBJECT.F,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FORMOBJECT.F 2 Jun 2005 21:14:54 -0000 1.3 --- FORMOBJECT.F 20 Jun 2005 07:40:44 -0000 1.4 *************** *** 652,656 **** selecting? not if 2over ShowPosition ! rot - -rot swap - swap ShowSize else 4drop then ; --- 652,656 ---- selecting? not if 2over ShowPosition ! rot - 3reverse - swap ShowSize else 4drop then ; *************** *** 1795,1796 **** --- 1795,1797 ---- ;Class \s + |