From: Dirk B. <db...@us...> - 2007-05-13 07:52:34
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27480/src/console Modified Files: LINEEDIT.F Log Message: - Removed the Forth-Instance-Counting from then Editor-IO. Index: LINEEDIT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/LINEEDIT.F,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** LINEEDIT.F 28 Sep 2006 10:16:48 -0000 1.8 --- LINEEDIT.F 13 May 2007 07:52:26 -0000 1.9 *************** *** 439,443 **** : __laccept ( a1 n1 -- n2 ) - 0 ED_READY editor-message \ notify editor we are ready ['] accept-lup is _le-up ['] accept-ldown is _le-down --- 439,442 ---- |