Diff for /gforth/prim between versions 1.127 and 1.129

version 1.127, 2003/05/04 08:28:28 version 1.129, 2003/05/15 18:43:15
Line 106 Line 106
 \E set-current  \E set-current
 \E store-optimization on  \E store-optimization on
 \E ' noop tail-nextp2 ! \ now INST_TAIL just stores, but does not jump  \E ' noop tail-nextp2 ! \ now INST_TAIL just stores, but does not jump
   \E
   \E include-skipped-insts on \ static superinsts include cells for components
   \E                          \ useful for dynamic programming and
   \E                          \ superinsts across entry points
   
 \   \ 
 \   \ 
Line 2271  assert(0); Line 2275  assert(0);
   
 \+  \+
   
   \g static_super
   
 include(peeprules.vmg)  include(peeprules.vmg)
   
 \g end  \g end

Removed from v.1.127  
changed lines
  Added in v.1.129


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