[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.106 and 1.107

version 1.106, Mon Dec 16 20:40:10 2002 UTC version 1.107, Thu Dec 19 23:23:49 2002 UTC
Line 2429 
Line 2429 
 useraddr        ( #u -- a_addr )        new  useraddr        ( #u -- a_addr )        new
 a_addr = (Cell *)(up+u);  a_addr = (Cell *)(up+u);
   
 compile-prim ( xt1 -- xt2 )     new     compile_prim  compile-prim ( xt1 -- xt2 )     obsolete        compile_prim
 xt2 = (Xt)compile_prim((Label)xt1);  xt2 = (Xt)compile_prim((Label)xt1);
   
 \ lit@ / lit_fetch = lit @  \ lit@ / lit_fetch = lit @


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help