[BACK]Return to bc.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/bc.y between version 1.28 and 1.29

version 1.28, 2006/03/18 20:44:43 version 1.29, 2006/03/18 21:05:50
Line 286 
Line 286 
   
                                 putchar('q');                                  putchar('q');
                                 fflush(stdout);                                  fflush(stdout);
                                 sigprocmask(SIG_BLOCK, NULL, &mask);                                  if (dc) {
                                 sigsuspend(&mask);                                          sigprocmask(SIG_BLOCK, NULL, &mask);
                                           sigsuspend(&mask);
                                   } else
                                           exit(0);
                         }                          }
                 | RETURN return_expression                  | RETURN return_expression
                         {                          {

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29