From: Jos v.d.V. <jo...@us...> - 2016-12-18 14:09:14
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9304 Modified Files: Boot.f Extend.f Log Message: Jos: To solve the following bug EMPTY : sub ; : test { a } sub ; Error(-13): SUB is undefined Index: Boot.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Boot.f,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Boot.f 9 Dec 2013 21:25:16 -0000 1.9 --- Boot.f 18 Dec 2016 14:09:11 -0000 1.10 *************** *** 49,52 **** --- 49,53 ---- stack-check-off \ disable stack depth checking (can be enabled in userconfig if wanted) config$ LoadConfigFile + s" mark empty" evaluate Start-Interpreter ; Index: Extend.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Extend.f,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Extend.f 30 Dec 2015 11:39:40 -0000 1.37 --- Extend.f 18 Dec 2016 14:09:12 -0000 1.38 *************** *** 98,103 **** here fence ! - mark empty - cur-file off \ clear the default file cur-line off \ clear the current line --- 98,101 ---- |