--- gforth/engine/libcc.h.in 2008/10/06 19:31:36 1.6 +++ gforth/engine/libcc.h.in 2008/10/06 20:09:07 1.7 @@ -39,10 +39,8 @@ extern Cell *gforth_RP; extern char *gforth_LP; extern char *gforth_UP; extern void *gforth_engine(void *, Cell *, Cell *, Float *, char *, char *); -#ifdef HAS_FILE -extern char *cstr(char *from, UCell size, int clear) -extern char *tilde_cstr(char *from, UCell size, int clear) -#endif +extern char *cstr(char *from, Cell size, int clear) +extern char *tilde_cstr(char *from, Cell size, int clear) #define GFORTH_ARGS void #else #define gforth_SP *((Cell **)(gforth_pointers[0])) @@ -51,10 +49,8 @@ extern char *tilde_cstr(char *from, UCel #define gforth_RP *((Cell **)(gforth_pointers[3])) #define gforth_UP *((char **)(gforth_pointers[4])) #define gforth_engine ((char *(*)(Xt *, Cell *, Cell *, Float *, char *, char *))(((void **)(gforth_pointers[5])))) -#ifdef HAS_FILE -#define cstr ((char *(*)(char *, UCell *, int))(((void **)(gforth_pointers[6])))) -#define tilde_cstr ((char *(*)(char *, UCell *, int))(((void **)(gforth_pointers[7])))) -#endif +#define cstr ((char *(*)(char *, Cell, int))(((void **)(gforth_pointers[6])))) +#define tilde_cstr ((char *(*)(char *, Cell, int))(((void **)(gforth_pointers[7])))) #define GFORTH_ARGS void ** gforth_pointers #endif