X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-provider.h;h=be45912d92148994b3484404cdb8d3e626497a58;hb=2720633be76a46488e05bb9a0d45f24a89375065;hp=d961d43e10184058ff0124b8aecdf2b9df0af667;hpb=2a6b7a4eeccbef99357e07c7f5face4e9be14b6d;p=pspp diff --git a/src/output/table-provider.h b/src/output/table-provider.h index d961d43e10..be45912d92 100644 --- a/src/output/table-provider.h +++ b/src/output/table-provider.h @@ -30,7 +30,7 @@ struct footnote size_t idx; char *content; char *marker; - struct area_style *style; + struct table_area_style *style; }; /* A cell in a table. */ @@ -55,12 +55,12 @@ struct table_cell unsigned int options; /* TAB_*. */ char *text; /* A paragraph of text. */ - - /* Optional footnote(s). */ + char **subscripts; + size_t n_subscripts; + char *superscript; const struct footnote **footnotes; size_t n_footnotes; - - const struct area_style *style; + const struct table_area_style *style; }; void table_cell_format_footnote_markers (const struct table_cell *,