[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

Diff for /gforth/engine/forth.h between version 1.32 and 1.34

version 1.32, Sun Nov 10 11:24:08 2002 UTC version 1.34, Fri Dec 13 15:49:53 2002 UTC
Line 254 
Line 254 
   
 /* dynamic superinstruction stuff */  /* dynamic superinstruction stuff */
 Label compile_prim(Label prim);  Label compile_prim(Label prim);
   void compile_prim1(Cell *start);
   void finish_code(void);
   int forget_dyncode(Address code);
   Label decompile_code(Label prim);
   
 extern int offset_image;  extern int offset_image;
 extern int die_on_signal;  extern int die_on_signal;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help