--- gforth/blocks.fs 2011/01/19 19:26:03 1.57 +++ gforth/blocks.fs 2012/02/16 17:13:04 1.60 @@ -1,6 +1,6 @@ \ A less simple implementation of the blocks wordset. -\ Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2011 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -89,7 +89,7 @@ Defer flush-blocks ( -- ) \ gforth : use ( "file" -- ) \ gforth \g Use @i{file} as the blocks file. - name open-blocks ; + name name-too-short? open-blocks ; \ the file is opened as binary file, since it either will contain text \ without newlines or binary data @@ -188,7 +188,7 @@ Defer flush-blocks ( -- ) \ gforth block ; User scr ( -- a-addr ) \ block-ext s-c-r - \G @code{User} variable -- @i{a-addr} is the address of a cell containing + \G @code{User} variable containing \G the block number of the block most recently processed by \G @code{list}. 0 scr !