X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/b3651f38b79671793118de32512a8c0806cfdab5..336369a5b94ae6588fb891606d37053f9fb8c2d6:/csrc/pf_main.c diff --git a/csrc/pf_main.c b/csrc/pf_main.c index a779560..df38d0c 100644 --- a/csrc/pf_main.c +++ b/csrc/pf_main.c @@ -66,14 +66,14 @@ 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 - + /* Parse command line. */ for( i=1; i