/[pspp]/pspp/src/formats.c
ViewVC logotype

Diff of /pspp/src/formats.c

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

revision 1.9 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.10 by blp, Mon Oct 24 02:51:32 2005 UTC
# Line 64  internal_cmd_formats (int which) Line 64  internal_cmd_formats (int which)
64  {  {
65    /* Variables. */    /* Variables. */
66    struct variable **v;    struct variable **v;
67    int cv;    size_t cv;
68    
69    /* Format to set the variables to. */    /* Format to set the variables to. */
70    struct fmt_spec f;    struct fmt_spec f;
# Line 73  internal_cmd_formats (int which) Line 73  internal_cmd_formats (int which)
73    int type;    int type;
74    
75    /* Counter. */    /* Counter. */
76    int i;    size_t i;
77    
78    for (;;)    for (;;)
79      {      {

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

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