output: Introduce pivot tables.
[pspp] / src / output / ascii.c
index c0218e6626232fbfced7122e8d65d2af0e163528..1df08c40674dab03cb05b02d5fa6cb85a4847578 100644 (file)
@@ -45,7 +45,6 @@
 #include "output/message-item.h"
 #include "output/options.h"
 #include "output/render.h"
-#include "output/tab.h"
 #include "output/table-item.h"
 #include "output/text-item.h"
 
@@ -909,11 +908,11 @@ ascii_test_write (struct output_driver *driver,
     return;
 
   struct area_style style = {
+    .cell_style.halign = TABLE_HALIGN_LEFT,
     .font_style.bold = bold,
     .font_style.underline = underline,
   };
   struct table_cell cell = {
-    .options = TAB_LEFT,
     .text = CONST_CAST (char *, s),
     .style = &style,
   };