/[pspp]/pspp/src/var.h
ViewVC logotype

Diff of /pspp/src/var.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by blp, Sun Nov 6 02:21:47 2005 UTC revision 1.40 by jstover, Tue Nov 22 22:10:25 2005 UTC
# Line 24  Line 24 
24  #include <stddef.h>  #include <stddef.h>
25  #include "config.h"  #include "config.h"
26  #include <stdbool.h>  #include <stdbool.h>
27    #include "cat.h"
28  #include "format.h"  #include "format.h"
29  #include "missing-values.h"  #include "missing-values.h"
30    
# Line 74  struct variable Line 74  struct variable
74      /* Each command may use these fields as needed. */      /* Each command may use these fields as needed. */
75      void *aux;      void *aux;
76      void (*aux_dtor) (struct variable *);      void (*aux_dtor) (struct variable *);
77    
78        /* Values of a categorical variable which.  Procedures need
79           vectors with binary entries, so any variable of type ALPHA will
80           have its values stored here. */
81        struct cat_vals *obs_vals;
82    };    };
83    
84  /* Variable names. */  /* Variable names. */

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26