--- gforth/engine/forth.h 2012/10/05 22:41:24 1.131 +++ gforth/engine/forth.h 2012/12/31 15:25:19 1.133 @@ -1,6 +1,6 @@ /* common header file - Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc. This file is part of Gforth. @@ -410,6 +410,9 @@ Xt gforth_find(Char * name); int gforth_execute(Xt xt); void gforth_cleanup(); void gforth_printmetrics(); +#if defined(DOUBLY_INDIRECT) +int gforth_make_image(int debugflag); +#endif /* for ABI-CODE and ;ABI-CODE */ typedef Cell *abifunc(Cell *sp, Float **fpp);