--- gforth/Attic/kernel.fs 1997/03/27 13:31:02 1.22 +++ gforth/Attic/kernel.fs 1997/04/10 21:32:08 1.24 @@ -69,7 +69,7 @@ NIL AConstant NIL \ gforth \ Aliases ' i Alias r@ ( -- w ; R: w -- w ) \ core r-fetch -\ copy w from the return stack to the data stack +\G copy w from the return stack to the data stack \ Bit string manipulation 06oct92py @@ -1265,7 +1265,10 @@ DEFER DOERROR ; : (DoError) ( throw-code -- ) - [ has-os [IF] ] outfile-id >r stderr to outfile-id [ [THEN] ] + [ has-os [IF] ] + outfile-id dup flush-file drop >r + stderr to outfile-id + [ [THEN] ] sourceline# IF source >in @ sourceline# 0 0 .error-frame THEN