From: George H. <geo...@us...> - 2005-08-24 07:23:25
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21943/win32forth/src Modified Files: Menu.f Log Message: gah: changed to use :noname instead of docol (for STC) Index: Menu.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Menu.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Menu.f 20 Jun 2005 07:40:46 -0000 1.2 --- Menu.f 24 Aug 2005 07:23:16 -0000 1.3 *************** *** 259,264 **** ClassInit: super NextId to mid ! here to mfunc ! hide !csp docol , ] BREAK_FLAG to BROKEN_FLAG 0 to BREAK_FLAG --- 259,264 ---- ClassInit: super NextId to mid ! :noname to mfunc ! hide !csp BREAK_FLAG to BROKEN_FLAG 0 to BREAK_FLAG *************** *** 536,541 **** ClassInit: super m"text" ! here to mfunc ! hide !csp docol , ] ; --- 536,541 ---- ClassInit: super m"text" ! :noname to mfunc ! hide !csp ; *************** *** 625,627 **** MODULE \ end of the module - |