Checkpoint -- still merging with Taj's version of the world.

This commit is contained in:
wkj 2004-05-16 07:55:57 +00:00
parent b855148c9b
commit c5561c23cf
37 changed files with 415 additions and 378 deletions

View file

@ -59,9 +59,9 @@ void
tohcol(int ic)
{
if (ic == 0)
Bprint(&tabout, "\\h'|0'");
fprintf(tabout, "\\h'|0'");
else
Bprint(&tabout, "\\h'(|\\n(%2su+|\\n(%2su)/2u'", reg(ic, CLEFT),
fprintf(tabout, "\\h'(|\\n(%2su+|\\n(%2su)/2u'", reg(ic, CLEFT),
reg(ic - 1, CRIGHT));
}
@ -119,7 +119,7 @@ thish(int i, int c)
return(1);
if (vspen(s))
return(1);
if (t = barent( s))
if ((t = barent( s)))
return(t);
return(0);
}