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

@ -1,6 +1,6 @@
/* t9.c: write lines for tables over 200 lines */
# include "t.h"
static useln;
static int useln;
void
yetmore(void)
@ -30,7 +30,7 @@ domore(char *dataln)
if (prefix(".TE", dataln))
return(0);
if (dataln[0] == '.' && !isdigit(dataln[1])) {
Bprint(&tabout, "%s\n", dataln);
fprintf(tabout, "%s\n", dataln);
return(1);
}
fullbot[0] = 0;