*/
static void pos_html_tbl(htmltbl_t * tbl, boxf pos, int sides)
{
- double x, y, delx, dely, extra, oldsz;
- int i, plus;
+ int x, y, delx, dely, oldsz;
+ int i, extra, plus;
htmlcell_t **cells = tbl->u.n.cells;
htmlcell_t *cp;
boxf cbox;
{
htmlcell_t **cells = tbl->u.n.cells;
indent(ind);
- fprintf(stderr, "tbl %d %d ", tbl->cc, tbl->rc);
+ fprintf(stderr, "tbl (%x) %d %d ", tbl, tbl->cc, tbl->rc);
printData(&tbl->data);
fputs("\n", stderr);
while (*cells)