--- gforth/source.fs 1995/11/29 20:20:37 1.2 +++ gforth/source.fs 1997/03/04 17:49:55 1.4 @@ -19,7 +19,7 @@ \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -\ related stuff can be found in kernal.fs +\ related stuff can be found in kernel.fs \ this stuff is used by (at least) assert.fs and debugging.fs @@ -41,4 +41,5 @@ end-struct sourcepos : print-sourcepos ( a-addr -- ) get-sourcepos - >r type ." :" r> 0 .r ; + >r type ." :" + base @ decimal r> 0 .r base ! ;