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

Diff of /pspp/src/aggregate.c

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

revision 1.25 by blp, Mon Feb 14 00:15:56 2005 UTC revision 1.26 by blp, Mon Mar 7 03:04:50 2005 UTC
# Line 450  parse_aggregate_functions (struct agr_pr Line 450  parse_aggregate_functions (struct agr_pr
450                      arg[i].c = xstrdup (ds_c_str (&tokstr));                      arg[i].c = xstrdup (ds_c_str (&tokstr));
451                      type = ALPHA;                      type = ALPHA;
452                    }                    }
453                  else if (token == T_NUM)                  else if (lex_is_number ())
454                    {                    {
455                      arg[i].f = tokval;                      arg[i].f = tokval;
456                      type = NUMERIC;                      type = NUMERIC;

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

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