--- gforth/engine/forth.h 2002/11/24 13:54:01 1.33 +++ gforth/engine/forth.h 2002/12/13 15:49:53 1.34 @@ -256,6 +256,8 @@ void vm_count_block(Xt *ip); 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 die_on_signal;