--- gforth/kernel/getdoers.fs 2006/02/19 13:33:42 1.12 +++ gforth/kernel/getdoers.fs 2006/12/31 13:39:18 1.14 @@ -1,6 +1,6 @@ \ -\ Copyright (C) 1996, 1998,1999,2003,2005 Free Software Foundation, Inc. +\ Copyright (C) 1996, 1998,1999,2003,2005,2006 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -56,9 +56,10 @@ doer? :dodefer [IF] [THEN] doer? :dofield [IF] + : dofield: ( -- addr ) \ gforth \G The code address of a @code{field}. - ['] reveal-method >code-address ; + ['] >body >code-address ; [THEN] true [IF] \ !! don't know what to put here