From c5561c23cf394806cbf6d70a96f2dc0253f93745 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:55:57 +0000 Subject: Checkpoint -- still merging with Taj's version of the world. --- src/cmd/tbl/t.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cmd/tbl/t.h') diff --git a/src/cmd/tbl/t.h b/src/cmd/tbl/t.h index efcab373..ba9cd791 100644 --- a/src/cmd/tbl/t.h +++ b/src/cmd/tbl/t.h @@ -1,9 +1,9 @@ /* t..c : external declarations */ -#include -#include -#include -# include +#include +#include +#include +#include # define MAXLIN 250 # define MAXHEAD 44 @@ -62,7 +62,7 @@ extern char texstr[]; extern int linstart; -extern Biobuf *tabin, tabout; +extern FILE *tabin, *tabout; # define CRIGHT 2 # define CLEFT 0 # define CMID 1 -- cgit v1.2.3