New version with different parameter passing mechanism and some

minor fixes
This commit is contained in:
ceriel
1989-03-20 13:32:06 +00:00
parent 6b73c84ee1
commit 58b6c40aaf
15 changed files with 197 additions and 105 deletions

View File

@@ -53,7 +53,7 @@ main(argc, argv)
register char **Nargv = &argv[0];
ProgName = *argv++;
DEFPATH = (char **) Malloc(mDEF * sizeof(char *));
DEFPATH = (char **) Malloc((unsigned)mDEF * sizeof(char *));
while (--argc > 0) {
if (**argv == '-')