[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.87 and 1.88

version 1.87, Tue Dec 25 16:55:10 2001 UTC version 1.88, Fri Jan 4 20:31:53 2002 UTC
Line 2396 
Line 2396 
   
 call    ( #a_callee -- R:a_retaddr )    new  call    ( #a_callee -- R:a_retaddr )    new
 ""Call callee (a variant of docol with inline argument).""  ""Call callee (a variant of docol with inline argument).""
   #ifdef DEBUG
       {
         CFA_TO_NAME((((Cell *)a_callee)-2));
         fprintf(stderr,"%08lx: call %08lx %.*s\n",(Cell)ip,(Cell)a_callee,
                 len,name);
       }
   #endif
 a_retaddr = (Cell *)IP;  a_retaddr = (Cell *)IP;
 SET_IP((Xt *)a_callee);  SET_IP((Xt *)a_callee);
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help