Implemented support for very long strings a la spss v13/v14
[pspp] / src / data / sfm-private.h
index 9aa1e31defb4f39ca519978a1a50c905c6641282..7ed15adfacee03c48325fd1e032c809c4f680efa 100644 (file)
@@ -43,8 +43,6 @@
   #define FLT64_MAX LDBL_MAX
 #else
   #error Which one of your basic types is 64-bit floating point?
-  #define flt64 double
-  #define FLT64_MAX DBL_MAX
 #endif
 
 /* Figure out SYSMIS value for flt64. */
@@ -61,7 +59,7 @@ struct sysfile_header
     char rec_type[4] P;                /* 00: Record-type code, "$FL2". */
     char prod_name[60] P;      /* 04: Product identification. */
     int32_t layout_code P;     /* 40: 2. */
-    int32_t case_size P;       /* 44: Number of `value's per case. 
+    int32_t nominal_case_size P;       /* 44: Number of `value's per case. 
                                   Note: some systems set this to -1 */
     int32_t compress P;                /* 48: 1=compressed, 0=not compressed. */
     int32_t weight_idx P;         /* 4c: 1-based index of weighting var, or 0. */