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

version 1.3, 1996/09/23 08:52:48 version 1.4, 1997/07/31 16:17:09
Line 42  constant no-interpretation-does-code Line 42  constant no-interpretation-does-code
     [ 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

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>