Implemented long variable names a la spss V12.
[pspp-builds.git] / src / sfmP.h
index 8fb79e3f70f06b521ef0ae25501aec1726b19978..29e8c7cff091c4c2a5aab598873945b2ce885d73 100644 (file)
@@ -88,7 +88,7 @@ struct sysfile_variable
     int32 n_missing_values P;  /* Missing value code of -3,-2,0,1,2, or 3. */
     int32 print P;     /* Print format. */
     int32 write P;     /* Write format. */
-    char name[8] P;            /* Variable name. */
+    char name[SHORT_NAME_LEN] P; /* Variable name. */
     /* The rest of the structure varies. */
   };