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: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/src/var.h
Date: Tue, 22 Nov 2005 17:10:26 -0500

Index: pspp/src/var.h
diff -u pspp/src/var.h:1.39 pspp/src/var.h:1.40
--- pspp/src/var.h:1.39 Sun Nov  6 02:21:47 2005
+++ pspp/src/var.h      Tue Nov 22 22:10:25 2005
@@ -24,7 +24,7 @@
 #include <stddef.h>
 #include "config.h"
 #include <stdbool.h>
-
+#include "cat.h"
 #include "format.h"
 #include "missing-values.h"
 
@@ -74,6 +74,11 @@
     /* Each command may use these fields as needed. */
     void *aux;
     void (*aux_dtor) (struct variable *);
+
+    /* Values of a categorical variable which.  Procedures need
+       vectors with binary entries, so any variable of type ALPHA will
+       have its values stored here. */
+    struct cat_vals *obs_vals;
   };
 
 /* Variable names. */




reply via email to

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