[gforth] / gforth / see.fs  

gforth: gforth/see.fs

Diff for /gforth/see.fs between version 1.67 and 1.68

version 1.67, Sun Apr 18 06:18:36 2010 UTC version 1.68, Sun Apr 18 13:02:09 2010 UTC
Line 706 
Line 706 
     then      then
     over - discode      over - discode
     ." end-code" cr ;      ." end-code" cr ;
   : seeabicode ( xt -- )
       dup s" ABI-Code" .defname
       >body dup dup next-head
       swap - discode
       ." end-code" cr ;
 : seevar ( xt -- )  : seevar ( xt -- )
     s" Variable" .defname cr ;      s" Variable" .defname cr ;
 : seeuser ( xt -- )  : seeuser ( xt -- )
Line 771 
Line 776 
 [IFDEF] dofield:  [IFDEF] dofield:
         dofield: of seefield endof          dofield: of seefield endof
 [THEN]  [THEN]
   [IFDEF] doabicode:
           doabicode: of seeabicode endof
   [THEN]
         over       of seecode endof \ direct threaded code words          over       of seecode endof \ direct threaded code words
         over >body of seecode endof \ indirect threaded code words          over >body of seecode endof \ indirect threaded code words
         2drop abort" unknown word type"          2drop abort" unknown word type"


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help