[gforth] / gforth / kernel / getdoers.fs  

gforth: gforth/kernel/getdoers.fs

Diff for /gforth/kernel/getdoers.fs between version 1.10 and 1.13

version 1.10, Tue Jun 28 06:45:08 2005 UTC version 1.13, Sun Feb 26 17:23:47 2006 UTC
Line 1 
Line 1 
 \  \
   
 \ Copyright (C) 1996, 1998,1999,2003 Free Software Foundation, Inc.  \ Copyright (C) 1996, 1998,1999,2003,2005 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 24 
Line 24 
     ['] bl >code-address ;      ['] bl >code-address ;
 [THEN]  [THEN]
   
   doer? :dovalue [IF]
   : dovalue: ( -- addr )  \ gforth
       \G The code address of a @code{CONSTANT}.
       ['] def#tib >code-address ;
   [THEN]
   
 : docol: ( -- addr )    \ gforth  : docol: ( -- addr )    \ gforth
     \G The code address of a colon definition.      \G The code address of a colon definition.
     ['] on >code-address ;      ['] on >code-address ;
Line 50 
Line 56 
 [THEN]  [THEN]
   
 doer? :dofield [IF]  doer? :dofield [IF]
   
 : dofield: ( -- addr )  \ gforth  : dofield: ( -- addr )  \ gforth
     \G The code address of a @code{field}.      \G The code address of a @code{field}.
     ['] reveal-method >code-address ;      ['] >body >code-address ;
 [THEN]  [THEN]
   
 true [IF] \ !! don't know what to put here  true [IF] \ !! don't know what to put here


Generate output suitable for use with a patch program
Legend:
Removed from v.1.10  
changed lines
  Added in v.1.13

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help