X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvalue.h;h=1fac59966657a8709b2811e967df99c7edd9a0f2;hb=5fd22ca7771c8175ef05e91e1194c3c4096337f4;hp=1c2a19cdb8977d3bbf911bd1d7289978a25bced8;hpb=2322678e8fddbbf158b01b2720db2636404bba3b;p=pspp-builds.git diff --git a/src/data/value.h b/src/data/value.h index 1c2a19cd..1fac5996 100644 --- a/src/data/value.h +++ b/src/data/value.h @@ -33,14 +33,6 @@ /* Max string length. */ #define MAX_STRING 255 -/* FYI: It is a bad situation if sizeof(flt64) < MAX_SHORT_STRING: - then short string missing values can be truncated in system files - because there's only room for as many characters as can fit in a - flt64. */ -#if MAX_SHORT_STRING > SHORT_NAME_LEN -#error MAX_SHORT_STRING must be less than or equal to SHORT_NAME_LEN. -#endif - /* Special values. */ #define SYSMIS (-DBL_MAX) #define LOWEST second_lowest_value