projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17896e3
)
*** empty log message ***
author
Jason Stover
<jhs@math.gcsu.edu>
Wed, 23 Nov 2005 13:52:47 +0000
(13:52 +0000)
committer
Jason Stover
<jhs@math.gcsu.edu>
Wed, 23 Nov 2005 13:52:47 +0000
(13:52 +0000)
src/var.h
patch
|
blob
|
history
diff --git
a/src/var.h
b/src/var.h
index 2219dfb30e6ac8687385c33b08927c99c512dcb2..3aeb9a638a63b33173d503cfbe7ac50baef18bf6 100644
(file)
--- a/
src/var.h
+++ b/
src/var.h
@@
-75,7
+75,7
@@
struct variable
void *aux;
void (*aux_dtor) (struct variable *);
- /* Values of a categorical variable
which
. Procedures need
+ /* Values of a categorical variable. Procedures need
vectors with binary entries, so any variable of type ALPHA will
have its values stored here. */
struct cat_vals *obs_vals;