--- gforth/engine/forth.h 2008/07/27 09:58:29 1.100 +++ gforth/engine/forth.h 2008/09/18 02:42:24 1.101 @@ -451,6 +451,9 @@ extern Cell *gforth_RP; extern Address gforth_LP; extern Float *gforth_FP; extern Address gforth_UP; +#ifndef HAS_LINKBACK +extern void * gforth_pointers[]; +#endif #ifdef HAS_FFCALL extern Cell *gforth_RP;