From: George H. <geo...@us...> - 2007-10-31 18:51:43
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19142/win32forth/src/console Modified Files: NoConsole.f Log Message: gah: Improved multi-tasing performance. Fixed bug in Index: NoConsole.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/NoConsole.f,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NoConsole.f 27 Jun 2007 07:31:16 -0000 1.7 --- NoConsole.f 31 Oct 2007 18:51:39 -0000 1.8 *************** *** 44,48 **** : NoConsoleIO ( -- ) \ W32F console ! \ *G Setup of the Console I/O for turnkey applications that don't need \ ** the console window. \ reset all deferd words for the console window to noop's. --- 44,48 ---- : NoConsoleIO ( -- ) \ W32F console ! \ *G Setup of the Console I/O for turnkey applications that doesn't need \ ** the console window. \ reset all deferd words for the console window to noop's. |