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

Diff of /pspp/src/val.h

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

revision 1.8 by blp, Sun Aug 7 04:39:28 2005 UTC revision 1.9 by blp, Tue Oct 25 04:28:17 2005 UTC
# Line 53  union value Line 53  union value
53      double f;      double f;
54    
55      /* A short-string value. */      /* A short-string value. */
56      unsigned char s[MAX_SHORT_STRING];      char s[MAX_SHORT_STRING];
57    
58      /* Used by evaluate_expression() to return a string result.      /* Used by evaluate_expression() to return a string result.
59         As currently implemented, it's a pointer to a dynamic         As currently implemented, it's a pointer to a dynamic
# Line 61  union value Line 61  union value
61    
62         Also used by the AGGREGATE procedure in handling string         Also used by the AGGREGATE procedure in handling string
63         values. */         values. */
64      unsigned char *c;      char *c;
65    };    };
66    
67  /* Maximum number of `union value's in a single number or string  /* Maximum number of `union value's in a single number or string

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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