From ccb89b45335feaf9f803f3ba9cda468604416c39 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 26 Nov 2002 07:09:09 +0000 Subject: w3m 0.3.2 branch: backport from trunk * [w3m-dev 03371] segmentation fault by large complex table. * table.c (bsearch_2short): indexarry char to short (bsearch_double): ditto (dv2sv): ditto (table_rule_width): ditto (set_integrated_width): ditto (check_table_height): ditto (feed_table_tag): ditto * table.h (struct table_cell): index, eindex char to short From: Hironori SAKAMOTO --- table.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index dc5e8ca..989969e 100644 --- a/table.h +++ b/table.h @@ -1,4 +1,4 @@ -/* $Id: table.h,v 1.8 2002/11/25 16:39:53 ukai Exp $ */ +/* $Id: table.h,v 1.5.6.1 2002/11/26 07:09:09 ukai Exp $ */ #if (defined(MESCHACH) && !defined(MATRIX)) #define MATRIX #endif /* (defined(MESCHACH) && !defined(MATRIX)) */ @@ -34,7 +34,6 @@ typedef unsigned short table_attr; #define TBL_IN_COL 4 #define MAXCELL 20 -#define MAXROWCELL 1000 struct table_cell { short col[MAXCELL]; short colspan[MAXCELL]; @@ -139,7 +138,6 @@ struct table_mode { short nobr_offset; char nobr_level; short anchor_offset; - Str ignore_tag; }; /* Local Variables: */ -- cgit v1.2.3