lots and lots of changes & improvements

This commit is contained in:
eck
1989-09-19 16:13:23 +00:00
parent 18439ffa3f
commit fa4e6eecb4
59 changed files with 1826 additions and 1571 deletions

View File

@@ -34,7 +34,7 @@ getwdir(fn)
return "";
if (p) {
*p = '\0';
fn = Salloc(fn, p - &fn[0] + 1);
fn = Salloc(fn,(unsigned) (p - &fn[0] + 1));
*p = '/';
return fn;
}
@@ -43,9 +43,13 @@ getwdir(fn)
#endif NOPP
int NoUnstack;
int InputLevel;
#if 0
#endif
AtEoIT()
{
InputLevel--;
unstackrepl();
return 0;
}