X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsfm-private.h;h=7ed15adfacee03c48325fd1e032c809c4f680efa;hb=c489ad9041918ca8c80dadceade988daab1d25f8;hp=9aa1e31defb4f39ca519978a1a50c905c6641282;hpb=0e8ce9b60375ae15ddd8dafc27bad1cc26856b08;p=pspp diff --git a/src/data/sfm-private.h b/src/data/sfm-private.h index 9aa1e31def..7ed15adfac 100644 --- a/src/data/sfm-private.h +++ b/src/data/sfm-private.h @@ -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. */