]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Remove delims from struct tbl (not used anywhere and never will be).
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index 0fdad78a24e3d64497d898b0d740197aceac0382..79b738cae98b393587795fb49ccbe8ae66f101eb 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/*     $Id: term.h,v 1.78 2011/01/03 13:59:21 kristaps Exp $ */
+/*     $Id: term.h,v 1.79 2011/01/05 15:37:23 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -78,7 +78,7 @@ struct        termp_tbl {
 
 struct termp {
        enum termtype     type;
-       struct termp_tbl *tbl;          /* table configuration */
+       struct rofftbl    tbl;          /* table configuration */
        size_t            defrmargin;   /* Right margin of the device. */
        size_t            rmargin;      /* Current right margin. */
        size_t            maxrmargin;   /* Max right margin. */