BSD 4_3_Tahoe release
[unix-history] / usr / src / usr.bin / tbl / t7.c
index 7626dc3..3fc4ad9 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)t7.c       4.3 8/11/83";
+static char sccsid[] = "@(#)t7.c       4.4 5/2/87";
 #endif
 
  /* t7.c: control to write table entries */
 #endif
 
  /* t7.c: control to write table entries */
@@ -79,6 +79,9 @@ for(texlin=horlin=i=0; i<nlin; i++)
        else
        if (instead[i]!=0)
                continue;
        else
        if (instead[i]!=0)
                continue;
+       else
+       if (allh(i))
+               horlin++;
        else
                texlin++;
        }
        else
                texlin++;
        }