--- gforth/engine/Attic/memcmpc.c 1997/05/21 20:40:10 1.1 +++ gforth/engine/Attic/memcmpc.c 1998/10/25 23:15:48 1.2 @@ -24,14 +24,15 @@ have to work with strcoll and some hackery */ #include +#include "forth.h" -int memcasecmp(const char *s1, const char *s2, long n) +Cell memcasecmp(const Char *s1, const Char *s2, Cell n) { - int i; + Cell i; for (i=0; i