--- gforth/engine/engine.c 1998/12/12 22:32:05 1.8 +++ gforth/engine/engine.c 1999/06/17 15:32:14 1.13 @@ -80,6 +80,7 @@ int emitcounter; #endif #define NULLC '\0' +#ifdef HAS_FILE char *cstr(Char *from, UCell size, int clear) /* return a C-string corresponding to the Forth string ( FROM SIZE ). the C-string lives until the next call of cstr with CLEAR being true */ @@ -112,12 +113,6 @@ char *cstr(Char *from, UCell size, int c return b->buffer; } -#ifdef STANDALONE -char *tilde_cstr(Char *from, UCell size, int clear) -{ - return cstr(from, size, clear); -} -#else char *tilde_cstr(Char *from, UCell size, int clear) /* like cstr(), but perform tilde expansion on the string */ { @@ -137,6 +132,8 @@ char *tilde_cstr(Char *from, UCell size, UCell i; for (i=1; i