From: Alex M. <ale...@us...> - 2005-05-17 22:42:41
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12432/src/console Modified Files: CONSOLE.F Log Message: arm: removed legacy _ console words Index: CONSOLE.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/CONSOLE.F,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CONSOLE.F 12 Mar 2005 09:09:57 -0000 1.3 --- CONSOLE.F 17 May 2005 22:42:30 -0000 1.4 *************** *** 1,2 **** --- 1,4 ---- + \ $Id$ + \ File: Console.f \ Author: Dirk Busch *************** *** 371,374 **** --- 373,378 ---- TRUE constant emit? ( -- flag ) \ return TRUE if its ok to emit a character + \s + \ arm removed 17/05/2005 23:36:13 \ All internal console I/O words have an x_ prefix now. *************** *** 391,393 **** SYNONYM _BYE k_BYE DEPRECATED - |