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

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

version 1.28, 2013/09/19 16:12:01 version 1.29, 2017/07/02 23:19:07
Line 324 
Line 324 
   
         if (el != NULL)          if (el != NULL)
                 el_get(el, EL_EDITMODE, &use_el);                  el_get(el, EL_EDITMODE, &use_el);
   
         if (yyin == stdin && interactive && use_el) {          if (yyin == stdin && interactive && use_el) {
                 const char *bp;                  const char *bp;
                 sigset_t oset, nset;                  sigset_t oset, nset;

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