--- gforth/engine/support.c 2007/12/31 18:40:25 1.31 +++ gforth/engine/support.c 2008/08/09 13:24:25 1.32 @@ -32,6 +32,10 @@ #include #include #include +#include +#include +#include +#include #endif #ifdef HAS_FILE @@ -679,7 +683,7 @@ DCell smdiv (DCell num, Cell denom) { DCell res; #if defined(sdiv_qrnnd) -#warning "using sdiv_qrnnd" + /* #warning "using sdiv_qrnnd" */ Cell u1,q,r UCell u0; UCell MAYBE_UNUSED lz;