--- gforth/prim 2008/08/16 17:54:23 1.234 +++ gforth/prim 2008/09/18 02:42:24 1.235 @@ -1782,7 +1782,11 @@ gforth_FP=fp; gforth_SP=sp; gforth_RP=rp; gforth_LP=lp; +#ifdef HAS_LINKBACK ((void (*)())w)(); +#else +((void (*)(void *))w)(gforth_pointers); +#endif sp=gforth_SP; fp=gforth_FP; rp=gforth_RP;