/[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.26 by blp, Fri Feb 11 08:22:05 2005 UTC revision 1.27 by blp, Tue Mar 1 08:16:16 2005 UTC
# Line 53  enum Line 53  enum
53      MISSING_COUNT      MISSING_COUNT
54    };    };
55    
56    #define MAX_VAR_NAME_LEN 8
57    
58  /* A variable's dictionary entry.  */  /* A variable's dictionary entry.  */
59  struct variable  struct variable
60    {    {
61      char name[9];               /* As a string. */      char name[MAX_VAR_NAME_LEN + 1]; /* As a string. */
62      int index;                  /* Index into its dictionary's var[]. */      int index;                  /* Index into its dictionary's var[]. */
63      int type;                   /* NUMERIC or ALPHA. */      int type;                   /* NUMERIC or ALPHA. */
64    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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