Make tbl compile silently.

This commit is contained in:
wkj 2004-05-17 02:23:43 +00:00
parent 1f72bc47fe
commit 8a3cbc1579
19 changed files with 321 additions and 328 deletions

View file

@ -1,9 +1,9 @@
/* t..c : external declarations */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <u.h>
#include <libc.h>
#include <bio.h>
# include <ctype.h>
# define MAXLIN 250
# define MAXHEAD 44
@ -62,7 +62,7 @@ extern char texstr[];
extern int linstart;
extern FILE *tabin, *tabout;
extern Biobuf *tabin, tabout;
# define CRIGHT 2
# define CLEFT 0
# define CMID 1