groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff/src/preproc/tbl table.h


From: Eric S. Raymond
Subject: [Groff-commit] groff/src/preproc/tbl table.h
Date: Fri, 09 Feb 2007 10:50:12 +0000

CVSROOT:        /sources/groff
Module name:    groff
Changes by:     Eric S. Raymond <esr>   07/02/09 10:50:12

Modified files:
        src/preproc/tbl: table.h 

Log message:
        New table::count_block_colums() method counts columns in the table
        that have T{ T} entries. Requires the new parent field in the 
        table_entry class.  Not yet used for anything.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/tbl/table.h?cvsroot=groff&r1=1.8&r2=1.9

Patches:
Index: table.h
===================================================================
RCS file: /sources/groff/groff/src/preproc/tbl/table.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- table.h     26 May 2005 21:02:01 -0000      1.8
+++ table.h     9 Feb 2007 10:50:11 -0000       1.9
@@ -25,6 +25,7 @@
 #include <assert.h>
 #include <ctype.h>
 #include <errno.h>
+#include <stdbool.h>
 
 #include "cset.h"
 #include "cmap.h"
@@ -129,7 +130,9 @@
   void compute_vrule_top_adjust(int, int, string &);
   void compute_vrule_bot_adjust(int, int, string &);
   void determine_row_type();
+  int count_block_columns();
 public:
+  bool *blockflag;
   /* used by flags */
   enum {
     CENTER = 01,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]