X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/bb6b2dcdd9acffabfd373c4c3f6b64a9cc43f335..b3ad2602f4c6a2236081ed2d913d4e03892182a6:/csrc/pf_main.c diff --git a/csrc/pf_main.c b/csrc/pf_main.c index 9d8568d..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