X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.c;h=be2c2136f945f0262c0295527856855147c6e613;hb=8eac4df36306cd357bba29ffbfaddc537fc0be47;hp=461a2d843a57312e5c0df5765ff41e0d341c99ab;hpb=e40c90b1b6dbd03ce58046ada7f4ddb5a6b4b354;p=pspp-builds.git diff --git a/src/output/table.c b/src/output/table.c index 461a2d84..be2c2136 100644 --- a/src/output/table.c +++ b/src/output/table.c @@ -38,7 +38,7 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -struct som_table_class tab_table_class; +const struct som_table_class tab_table_class; static char *command_name; /* Returns the font to use for a cell with the given OPTIONS. */ @@ -1220,7 +1220,7 @@ tabi_render (int c0, int r0, int c1, int r1) y = render_rows (y, c0, c1, (t->nr - t->b) * 2, t->nr * 2 + 1); } -struct som_table_class tab_table_class = +const struct som_table_class tab_table_class = { tabi_table, tabi_driver,