Diff for /parser3/src/classes/op.C between versions 1.92 and 1.93

version 1.92, 2002/04/18 14:00:54 version 1.93, 2002/04/19 08:54:35
Line 196  static void _for(Request& r, const Strin Line 196  static void _for(Request& r, const Strin
   
         bool need_delim=false;          bool need_delim=false;
         VInt *vint=new(pool) VInt(pool, 0);          VInt *vint=new(pool) VInt(pool, 0);
           r.root->put_element(var_name, vint);
         for(int i=from; i<=to; i++) {          for(int i=from; i<=to; i++) {
                 vint->set_int(i);                  vint->set_int(i);
                 r.root->put_element(var_name, vint);  
   
                 StringOrValue processed_body=r.process(body_code);                  StringOrValue processed_body=r.process(body_code);
                 if(delim_maybe_code) { // delimiter set?                  if(delim_maybe_code) { // delimiter set?

Removed from v.1.92  
changed lines
  Added in v.1.93


E-mail: