--- gforth/engine/forth.h 2012/03/13 18:40:56 1.117 +++ gforth/engine/forth.h 2012/03/13 19:33:31 1.118 @@ -391,8 +391,8 @@ typedef Cell *semiabifunc(Cell *sp, Floa /* engine/prim support routines */ Address gforth_alloc(Cell size); -char *cstr(Char *from, UCell size, int clear); -char *tilde_cstr(Char *from, UCell size, int clear); +char *cstr(Char *from, UCell size); +char *tilde_cstr(Char *from, UCell size); Cell opencreate_file(char *s, Cell wfam, int flags, Cell *wiorp); DCell timeval2us(struct timeval *tvp); DCell timespec2ns(struct timespec *tvp); @@ -473,6 +473,8 @@ extern __thread Address gforth_UP; extern __thread void * gforth_pointers[]; #endif +extern void gforth_backlink(); + #ifdef HAS_FFCALL extern void gforth_callback(Xt* fcall, void * alist); #endif