X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/b3651f38b79671793118de32512a8c0806cfdab5..419d914ec44e5355d7f9446c98730ee0454acb26:/csrc/pf_main.c diff --git a/csrc/pf_main.c b/csrc/pf_main.c index a779560..a973553 100644 --- a/csrc/pf_main.c +++ b/csrc/pf_main.c @@ -66,14 +66,15 @@ int main( int argc, char **argv ) const char *SourceName = NULL; char IfInit = FALSE; char *s; - int32 i; + cell_t i; int Result; /* For Metroworks on Mac */ #ifdef __MWERKS__ argc = ccommand(&argv); #endif - + + pfSetQuiet( FALSE ); /* Parse command line. */ for( i=1; i