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

Diff of /pspp/src/case.h

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

revision 1.2 by blp, Mon Nov 15 09:51:22 2004 UTC revision 1.3 by jmd, Wed Jan 5 14:45:54 2005 UTC
# Line 131  case_copy (struct ccase *dst, size_t dst Line 131  case_copy (struct ccase *dst, size_t dst
131    
132  static inline void  static inline void
133  case_to_values (const struct ccase *c, union value *output,  case_to_values (const struct ccase *c, union value *output,
134                  size_t output_size UNUSED)                  size_t output_size )
135  {  {
136    memcpy (output, c->case_data->values,    memcpy (output, c->case_data->values,
137            c->case_data->value_cnt * sizeof *output);            output_size * sizeof *output);
138  }  }
139    
140  static inline void  static inline void

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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