/[pspp]/pspp/src/data-in.h
ViewVC logotype

Diff of /pspp/src/data-in.h

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

revision 1.7 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.8 by blp, Tue Oct 25 04:28:17 2005 UTC
# Line 34  enum Line 34  enum
34  /* Information about parsing one data field. */  /* Information about parsing one data field. */
35  struct data_in  struct data_in
36    {    {
37      const unsigned char *s;     /* Source start. */      const char *s;              /* Source start. */
38      const unsigned char *e;     /* Source end. */      const char *e;              /* Source end. */
39    
40      union value *v;             /* Destination. */      union value *v;             /* Destination. */
41    

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

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