/[pspp]/pspp/src/file-type.c
ViewVC logotype

Diff of /pspp/src/file-type.c

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

revision 1.16 by blp, Mon Mar 14 06:54:40 2005 UTC revision 1.17 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 44  enum Line 44  enum
44  /* Limited variable column specifications. */  /* Limited variable column specifications. */
45  struct col_spec  struct col_spec
46    {    {
47     char name[9];                /* Variable name. */     char name[SHORT_NAME_LEN + 1];       /* Variable name. */
48      int fc, nc;                 /* First column (1-based), # of columns. */      int fc, nc;                 /* First column (1-based), # of columns. */
49      int fmt;                    /* Format type. */      int fmt;                    /* Format type. */
50      struct variable *v;         /* Variable. */      struct variable *v;         /* Variable. */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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