[gforth] / gforth / intcomp.fs  

gforth: gforth/intcomp.fs

Diff for /gforth/intcomp.fs between version 1.3 and 1.4

version 1.3, Mon Sep 23 08:52:48 1996 UTC version 1.4, Thu Jul 31 16:17:09 1997 UTC
Line 42 
Line 42 
     [ 0 >body ] literal allot ; \ restrict?      [ 0 >body ] literal allot ; \ restrict?
   
 : fix-does-code ( addr ret-addr -- )  : fix-does-code ( addr ret-addr -- )
     lastxt [ interpret/compile-struct drop ] literal + >r      lastxt [ interpret/compile-struct %size ] literal + >r
     lastxt interpret/compile?      lastxt interpret/compile?
     lastxt interpret/compile-int @ r@ >body = and      lastxt interpret/compile-int @ r@ >body = and
     lastxt interpret/compile-comp @ r> = and      lastxt interpret/compile-comp @ r> = and


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help