[BACK]Return to operator.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / find

Diff for /src/usr.bin/find/operator.c between version 1.8 and 1.9

version 1.8, 2003/06/26 07:27:29 version 1.9, 2004/06/02 15:00:51
Line 91 
Line 91 
         if (node->type == N_OPENPAREN)          if (node->type == N_OPENPAREN)
                 for (tail = subplan = NULL;;) {                  for (tail = subplan = NULL;;) {
                         if ((next = yankexpr(planp)) == NULL)                          if ((next = yankexpr(planp)) == NULL)
                                 err(1, "(: missing closing ')'");                                  errx(1, "(: missing closing ')'");
                         /*                          /*
                          * If we find a closing ')' we store the collected                           * If we find a closing ')' we store the collected
                          * subplan in our '(' node and convert the node to                           * subplan in our '(' node and convert the node to

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9