--- gforth/prims2x0.6.2.fs 2008/10/08 20:54:09 1.1 +++ gforth/prims2x0.6.2.fs 2009/01/18 18:41:55 1.3 @@ -1,6 +1,6 @@ \ converts primitives to, e.g., C code -\ Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2008 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -1191,8 +1191,8 @@ variable tail-nextp2 \ xt to execute for stores ; : output-combined-tail ( -- ) - part-output-c-tail in-part @ >r in-part off + part-output-c-tail combined ['] output-c-tail-no-stores prim-context r> in-part ! ;