X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=csrc%2Fpf_main.c;h=df38d0ce8ee7853337d2b5a47f10a9b488709fc0;hb=90975d261c7ab39186c75d8700261faab3427de7;hp=a779560987e7431fa5f966e0b048cf85d8fb8b48;hpb=b3651f38b79671793118de32512a8c0806cfdab5;p=debian%2Fpforth 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