From: Jos v.d.V. <jo...@us...> - 2007-02-24 16:52:02
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5908 Modified Files: ExUtils.f Log Message: Jos: Adapted for the menu tools Index: ExUtils.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ExUtils.f,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ExUtils.f 13 Oct 2006 03:50:29 -0000 1.6 --- ExUtils.f 24 Feb 2007 16:51:50 -0000 1.7 *************** *** 27,30 **** --- 27,32 ---- then ; + init-msg-buffer + : ?fform-started ( -- f ) msg-buffer @ FFormID = ; |