/[pspp]/pspp/src/expressions/parse.c
ViewVC logotype

Diff of /pspp/src/expressions/parse.c

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

revision 1.7 by jmd, Fri Apr 29 01:02:16 2005 UTC revision 1.8 by jmd, Fri Apr 29 01:29:31 2005 UTC
# Line 1204  parse_function (struct expression *e) Line 1204  parse_function (struct expression *e)
1204    n = expr_allocate_composite (e, f - operations, args, arg_cnt);    n = expr_allocate_composite (e, f - operations, args, arg_cnt);
1205    n->composite.min_valid = min_valid != -1 ? min_valid : f->array_min_elems;    n->composite.min_valid = min_valid != -1 ? min_valid : f->array_min_elems;
1206    
1207    if (n->type == OP_LAG_Vnn || n->type == OP_LAG_Vsn)    if (n->type == OP_LAG_Vn || n->type == OP_LAG_Vs)
1208          n_lag = 1;
1209      else if (n->type == OP_LAG_Vnn || n->type == OP_LAG_Vsn)
1210      {      {
1211        int n_before;        int n_before;
1212        assert (n->composite.arg_cnt == 2);        assert (n->composite.arg_cnt == 2);

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