/[pspp]/pspp/src/recode.c
ViewVC logotype

Diff of /pspp/src/recode.c

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

revision 1.18 by blp, Mon Mar 7 03:04:50 2005 UTC revision 1.19 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 66  struct rcd_var Line 66  struct rcd_var
66    
67      struct variable *src;       /* Source variable. */      struct variable *src;       /* Source variable. */
68      struct variable *dest;      /* Destination variable. */      struct variable *dest;      /* Destination variable. */
69      char dest_name[9];          /* Name of dest variable if we're creating it. */      char dest_name[SHORT_NAME_LEN + 1];         /* Name of dest variable if we're creating it. */
70    
71      int has_sysmis;             /* Do we recode for SYSMIS? */      int has_sysmis;             /* Do we recode for SYSMIS? */
72      union value sysmis;         /* Coding for SYSMIS (if src is numeric). */      union value sysmis;         /* Coding for SYSMIS (if src is numeric). */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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