diff options
| author | wkj <devnull@localhost> | 2004-05-16 07:55:57 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-05-16 07:55:57 +0000 |
| commit | c5561c23cf394806cbf6d70a96f2dc0253f93745 (patch) | |
| tree | f4a5b99f88454917a5bada0f2a97d1505051968c /src/cmd/tbl/t0.c | |
| parent | b855148c9b6d28fedfd083d037bcf246f1913d92 (diff) | |
| download | plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.tar.gz plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.zip | |
Checkpoint -- still merging with Taj's version of the world.
Diffstat (limited to 'src/cmd/tbl/t0.c')
| -rw-r--r-- | src/cmd/tbl/t0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/tbl/t0.c b/src/cmd/tbl/t0.c index 0c0895bd..51218708 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; -Biobuf *tabin /*= stdin */; -Biobuf tabout /* = stdout */; +FILE *tabin; +FILE *tabout; |
