Update to-do list.
[pspp-builds.git] / src / data / casefile.c
index 229f2ab95f4d902274327686428f499c15dec43c..8b1ac82838f55ff49d587ec1a14f7d620cad4f62 100644 (file)
    casefile_destroy().  This function will also destroy any
    remaining casereaders. */
 
+/* FIXME: should we implement compression? */
+
 /* In-memory cases are arranged in an array of arrays.  The top
    level is variable size and the size of each bottom level array
    is fixed at the number of cases defined here.  */