--- gforth/engine/memcmp.c 1997/05/21 20:40:10 1.1 +++ gforth/engine/memcmp.c 1998/10/25 23:15:48 1.2 @@ -19,9 +19,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -int memcmp(const char *s1, const char *s2, long n) +#include "forth.h" + +Cell memcmp(const Char *s1, const Char *s2, Cell n) { - int i; + Cell i; for (i=0; i