pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/var.h
Date: Tue, 01 Mar 2005 03:16:38 -0500

Index: pspp/src/var.h
diff -u pspp/src/var.h:1.26 pspp/src/var.h:1.27
--- pspp/src/var.h:1.26 Fri Feb 11 08:22:05 2005
+++ pspp/src/var.h      Tue Mar  1 08:16:16 2005
@@ -53,10 +53,12 @@
     MISSING_COUNT
   };
 
+#define MAX_VAR_NAME_LEN 8
+
 /* A variable's dictionary entry.  */
 struct variable
   {
-    char name[9];              /* As a string. */
+    char name[MAX_VAR_NAME_LEN + 1]; /* As a string. */
     int index;                 /* Index into its dictionary's var[]. */
     int type;                   /* NUMERIC or ALPHA. */
 




reply via email to

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