[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.113 and 1.114

version 1.113, Thu Jan 2 16:48:12 2003 UTC version 1.114, Tue Jan 7 22:38:36 2003 UTC
Line 2486 
Line 2486 
 decompile-prim ( a_code -- a_prim ) gforth-internal decompile_prim  decompile-prim ( a_code -- a_prim ) gforth-internal decompile_prim
 ""a_prim is the code address of the primitive that has been  ""a_prim is the code address of the primitive that has been
 compile_prim1ed to a_code""  compile_prim1ed to a_code""
 a_prim = decompile_code(a_code);  a_prim = (Label)decompile_code((Label)a_code);
   
 \+  \+
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help