Got rid of pref.h.orig (and pref.h) entirely, moving its contents into
[pspp-builds.git] / src / data / value.h
index 1c2a19cdb8977d3bbf911bd1d7289978a25bced8..1fac59966657a8709b2811e967df99c7edd9a0f2 100644 (file)
 /* 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