--- gforth/intcomp.fs 1996/09/23 08:52:48 1.3 +++ gforth/intcomp.fs 1997/07/31 16:17:09 1.4 @@ -42,7 +42,7 @@ constant no-interpretation-does-code [ 0 >body ] literal allot ; \ restrict? : 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-int @ r@ >body = and lastxt interpret/compile-comp @ r> = and