many minor mods: name changes

This commit is contained in:
ceriel
1988-03-23 17:55:57 +00:00
parent e511419efc
commit 5a047b837b
17 changed files with 111 additions and 101 deletions

View File

@@ -27,7 +27,7 @@ static struct descr *descrs[10];
static struct descr **ppdescr = descrs;
char *
_new_stackptr(pdescr, a)
new_stackptr(pdescr, a)
register struct descr *pdescr;
{
pcnt size = (((pdescr->highminlow + 1) * pdescr->size +
@@ -45,7 +45,7 @@ _new_stackptr(pdescr, a)
else return (char *) &a + size;
}
_copy_array(p, a)
copy_array(p, a)
register char *p;
{
register char *q;