pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/val.h


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/val.h
Date: Wed, 13 Apr 2005 06:10:09 -0400

Index: pspp/src/val.h
diff -u pspp/src/val.h:1.5 pspp/src/val.h:1.6
--- pspp/src/val.h:1.5  Wed Nov  3 03:26:35 2004
+++ pspp/src/val.h      Wed Apr 13 10:09:59 2005
@@ -36,8 +36,8 @@
    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 > 8
-#error MAX_SHORT_STRING must be less than 8.
+#if MAX_SHORT_STRING > SHORT_NAME_LEN
+#error MAX_SHORT_STRING must be less than or equal to SHORT_NAME_LEN.
 #endif
 
 /* Special values. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]