From: George H. <geo...@us...> - 2005-06-20 07:41:32
|
Update of /cvsroot/win32forth/win32forth/apps/WinEd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14618/win32forth/apps/WinEd Modified Files: Ed_FrameWindowObj.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: Ed_FrameWindowObj.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/WinEd/Ed_FrameWindowObj.F,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Ed_FrameWindowObj.F 4 Jun 2005 08:51:18 -0000 1.3 --- Ed_FrameWindowObj.F 20 Jun 2005 07:40:44 -0000 1.4 *************** *** 195,199 **** self Start: [ r@ ] TRUE Hide: [ r> ] ! cell+ REPEAT DROP FALSE Hide: FilesList --- 195,199 ---- self Start: [ r@ ] TRUE Hide: [ r> ] ! cell+ REPEAT DROP FALSE Hide: FilesList *************** *** 525,529 **** :M WinEdMessageBox: ( szText szTitle style -- result ) ! MB_TASKMODAL or -rot swap ( hWnd ) NULL Call MessageBox ;M --- 525,529 ---- :M WinEdMessageBox: ( szText szTitle style -- result ) ! MB_TASKMODAL or 3reverse ( hWnd ) NULL Call MessageBox ;M *************** *** 627,629 **** ;M ! \ No newline at end of file --- 627,629 ---- ;M ! |