--- gforth/engine/forth.h 2002/11/10 11:24:08 1.32 +++ gforth/engine/forth.h 2002/11/24 13:54:01 1.33 @@ -254,6 +254,8 @@ void vm_count_block(Xt *ip); /* dynamic superinstruction stuff */ Label compile_prim(Label prim); +void compile_prim1(Cell *start); +void finish_code(void); extern int offset_image; extern int die_on_signal;