diff options
| author | wkj <devnull@localhost> | 2004-05-17 02:23:43 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-05-17 02:23:43 +0000 |
| commit | 8a3cbc157981485adc947c0477dc3e4907acc9a3 (patch) | |
| tree | 349384ec94a177152ef945dcf41b9d368de5bf18 /src/cmd/tbl/t.h | |
| parent | 1f72bc47fe416f8fa00d8cea27ee1482fba28c20 (diff) | |
| download | plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.tar.gz plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.zip | |
Make tbl compile silently.
Diffstat (limited to 'src/cmd/tbl/t.h')
| -rw-r--r-- | src/cmd/tbl/t.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cmd/tbl/t.h b/src/cmd/tbl/t.h index ba9cd791..efcab373 100644 --- a/src/cmd/tbl/t.h +++ b/src/cmd/tbl/t.h @@ -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 |
