From: Jos v.d.V. <jo...@us...> - 2006-09-21 12:46:18
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12120/src Modified Files: Debug.f Log Message: Jos: Removed some typo's Index: Debug.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Debug.f,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Debug.f 18 Sep 2006 10:33:25 -0000 1.13 --- Debug.f 21 Sep 2006 12:46:08 -0000 1.14 *************** *** 430,434 **** ' .s-base is debug-.s ! : f.s-debug ( -- ) \ display the floating point stack whiile debuging fdepth IF fdepth ." {" 1 .r ." } " --- 430,434 ---- ' .s-base is debug-.s ! : f.s-debug ( -- ) \ display the floating point stack while debugging fdepth IF fdepth ." {" 1 .r ." } " |