/[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.4 by blp, Mon Mar 7 03:04:50 2005 UTC revision 1.5 by blp, Mon Mar 7 03:34:47 2005 UTC
# Line 863  parse_vector_element (struct expression Line 863  parse_vector_element (struct expression
863    
864    return expr_allocate_binary (e, (vector->var[0]->type == NUMERIC    return expr_allocate_binary (e, (vector->var[0]->type == NUMERIC
865                                     ? OP_VEC_ELEM_NUM : OP_VEC_ELEM_STR),                                     ? OP_VEC_ELEM_NUM : OP_VEC_ELEM_STR),
866                                 expr_allocate_vector (e, vector), element);                                 element, expr_allocate_vector (e, vector));
867  }  }
868    
869  /* Individual function parsing. */  /* Individual function parsing. */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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