From: CamilleForth <cam...@us...> - 2008-12-23 21:18:47
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2373 Modified Files: tools.f Log Message: linked console to dexh cdo 24 dec 2008 Index: tools.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/tools.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tools.f 28 Jun 2008 13:03:46 -0000 1.8 --- tools.f 23 Dec 2008 21:18:41 -0000 1.9 *************** *** 44,48 **** :noname ( -- ) \ load the DexH tool turnkeyed? 0= ! \in-system-ok IF >system s" src\Tools\helpdexh.f" Prepend<home>\ INCLUDED system> THEN ; is dexh --- 44,48 ---- :noname ( -- ) \ load the DexH tool turnkeyed? 0= ! \in-system-ok IF >system s" src\Tools\dexh.f" Prepend<home>\ INCLUDED system> THEN ; is dexh |