From: Dirk B. <db...@us...> - 2005-03-12 09:10:09
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23015/src/console Modified Files: CONSOLE.F Log Message: dbu: DEPRECATED added Index: CONSOLE.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/CONSOLE.F,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CONSOLE.F 23 Jan 2005 16:32:19 -0000 1.2 --- CONSOLE.F 12 Mar 2005 09:09:57 -0000 1.3 *************** *** 375,393 **** \ The following words are deprecated. \ They are added for compatiblity to existing code only. ! SYNONYM _INIT-CONSOLE x_INIT-CONSOLE ! SYNONYM _INIT-SCREEN x_INIT-SCREEN ! SYNONYM _ACCEPT x_ACCEPT ! SYNONYM _TYPE x_TYPE ! SYNONYM _EMIT x_EMIT ! SYNONYM _CR x_CR ! SYNONYM _CLS x_CLS ! SYNONYM _?CR x_?CR ! SYNONYM _SIZESTATE x_SIZESTATE ! SYNONYM _GOTOXY x_GOTOXY ! SYNONYM _GETXY x_GETXY ! SYNONYM _GETCOLROW x_GETCOLROW ! SYNONYM _MARKCONSOLE x_MARKCONSOLE ! SYNONYM _BYE k_BYE |