From: George H. <geo...@us...> - 2005-06-20 07:41:32
|
Update of /cvsroot/win32forth/win32forth/apps/SciEdit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14618/win32forth/apps/SciEdit Modified Files: Main.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: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/Main.f,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Main.f 12 Jun 2005 08:37:35 -0000 1.6 --- Main.f 20 Jun 2005 07:40:44 -0000 1.7 *************** *** 305,309 **** :M MessageBox: ( szText szTitle style -- result ) ! -rot swap hWnd Call MessageBox ;M :M WM_NOTIFY ( h m w l -- res ) --- 305,309 ---- :M MessageBox: ( szText szTitle style -- result ) ! 3reverse hWnd Call MessageBox ;M :M WM_NOTIFY ( h m w l -- res ) |