--- gforth/engine/engine.c 2008/07/15 16:11:49 1.109 +++ gforth/engine/engine.c 2010/04/05 22:17:56 1.111 @@ -44,7 +44,9 @@ #include #include #include +#ifdef HAVE_WCHAR_H #include +#endif #include #ifdef HAVE_FNMATCH_H #include @@ -404,7 +406,7 @@ Label *gforth_engine(Xt *ip0, Cell *sp0, symbols = (Label *)(malloc(MAX_SYMBOLS*sizeof(Cell)+CODE_OFFSET)+code_offset); xts = (Label *)(malloc(MAX_SYMBOLS*sizeof(Cell)+XT_OFFSET)+xt_offset); - for (i=0; i=MAX_SYMBOLS) {