--- gforth/stuff.fs 2009/11/28 21:19:34 1.63 +++ gforth/stuff.fs 2009/12/31 15:32:35 1.65 @@ -1,6 +1,6 @@ \ miscelleneous words -\ Copyright (C) 1996,1997,1998,2000,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc. +\ Copyright (C) 1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -182,10 +182,10 @@ AUser CSP \G switch into postpone state ['] postponer1 is parser1 state on ; immediate restrict -: postpone-literal postpone literal ; -: postpone-2literal postpone 2literal ; -: postpone-fliteral postpone fliteral ; -: postpone-sliteral postpone sliteral ; +comp' literal drop alias postpone-literal +comp' 2literal drop alias postpone-2literal +comp' fliteral drop alias postpone-fliteral +comp' sliteral drop alias postpone-sliteral : ]]L ( postponing: x -- ; compiling: -- x ) \ gforth right-bracket-bracket-l \G Shortcut for @code{]] literal}.