/[pspp]/pspp/src/expressions/operations.def
ViewVC logotype

Diff of /pspp/src/expressions/operations.def

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

revision 1.1 by blp, Tue Mar 1 08:16:16 2005 UTC revision 1.2 by blp, Sun Mar 6 19:06:30 2005 UTC
# Line 878  no_opt boolean function SYSMIS (num_var Line 878  no_opt boolean function SYSMIS (num_var
878  {  {
879    return case_num (c, v->fv) == SYSMIS;    return case_num (c, v->fv) == SYSMIS;
880  }  }
881    no_opt boolean function VALUE (num_var v)
882         case c;
883    {
884      return case_num (c, v->fv);
885    }
886    
887  no_opt operator VEC_ELEM_NUM (idx)  no_opt operator VEC_ELEM_NUM (idx)
888       vector v;       vector v;

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

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