aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tbl/t0.c
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-05-17 02:23:43 +0000
committerwkj <devnull@localhost>2004-05-17 02:23:43 +0000
commit8a3cbc157981485adc947c0477dc3e4907acc9a3 (patch)
tree349384ec94a177152ef945dcf41b9d368de5bf18 /src/cmd/tbl/t0.c
parent1f72bc47fe416f8fa00d8cea27ee1482fba28c20 (diff)
downloadplan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.tar.gz
plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.tar.bz2
plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.zip
Make tbl compile silently.
Diffstat (limited to 'src/cmd/tbl/t0.c')
-rw-r--r--src/cmd/tbl/t0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/tbl/t0.c b/src/cmd/tbl/t0.c
index 51218708..0c0895bd 100644
--- a/src/cmd/tbl/t0.c
+++ b/src/cmd/tbl/t0.c
@@ -45,5 +45,5 @@ int texct = 0;
char texstr[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYXZ0123456789";
int linstart;
char *exstore, *exlim, *exspace;
-FILE *tabin;
-FILE *tabout;
+Biobuf *tabin /*= stdin */;
+Biobuf tabout /* = stdout */;