Delinted a bit

This commit is contained in:
ceriel 1991-02-19 15:28:48 +00:00
parent 9a294d4821
commit c59e581ef2
2 changed files with 3 additions and 2 deletions

View file

@ -69,6 +69,7 @@ main(argc, argv)
exit(1);
}
exit(!Compile(Nargv[1], Nargv[2]));
/*NOTREACHED*/
}
Compile(src, dst)
@ -195,7 +196,7 @@ static struct stdproc sysprocs[] = {
{ 0, 0 }
};
extern t_def *Enter();
extern t_def *Enter(), *EnterType();
AddProcs(p)
register struct stdproc *p;

View file

@ -140,7 +140,7 @@ DoOption(text)
if (++nDEF > mDEF) {
DEFPATH = (char **)
Realloc(DEFPATH,(mDEF+=10)*sizeof(char *));
Realloc((char *)DEFPATH,(unsigned)(mDEF+=10)*sizeof(char *));
}
for (i = ndirs++; i < nDEF; i++) {