lexer: Fix negative 'n0' and 'n1' in lex_source_contains_macro_call().
[pspp] / src / output / table.h
index 51cb1f42429ec72c02d1527be31e7816ace0e7aa..add7bf94bee3da0bad444c9b3880682d6587ffda 100644 (file)
@@ -26,9 +26,9 @@
    broken across more than one page, those rows or columns are repeated on each
    page.
 
-   A table is not itself an output_item, and thus a table cannot by itself be
-   used for output, but they can be embedded inside struct table_item (see
-   table-item.h) for that purpose. */
+   Some drivers use tables as an implementation detail of rendering pivot
+   tables.
+*/
 
 #include <stdbool.h>
 #include <stdint.h>