[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.81 and 1.82

version 1.81, Sun Apr 8 13:48:12 2001 UTC version 1.82, Tue May 1 13:35:42 2001 UTC
Line 2369 
Line 2369 
 they cannot be combined, xt is 0.""  they cannot be combined, xt is 0.""
 xt = peephole_opt(xt1, xt2, wpeeptable);  xt = peephole_opt(xt1, xt2, wpeeptable);
   
 lit_plus = lit +  
   
 call    ( #a_callee -- R:a_retaddr )  call    ( #a_callee -- R:a_retaddr )
 ""Call callee (a variant of docol with inline argument).""  ""Call callee (a variant of docol with inline argument).""
 a_retaddr = (Cell *)IP;  a_retaddr = (Cell *)IP;
Line 2379 
Line 2377 
 useraddr        ( #u -- a_addr )  useraddr        ( #u -- a_addr )
 a_addr = (Cell *)(up+u);  a_addr = (Cell *)(up+u);
   
   include(peeprules.vmg)
   
 \+  \+


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help