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

Diff for /src/usr.bin/sed/process.c between version 1.29 and 1.30

version 1.29, 2016/10/11 19:27:39 version 1.30, 2017/01/20 10:26:16
Line 539 
Line 539 
                 return (0);                  return (0);
         }          }
         error(FATAL, "RE error: %s", strregerror(eval, defpreg));          error(FATAL, "RE error: %s", strregerror(eval, defpreg));
         /* NOTREACHED */  
 }  }
   
 /*  /*

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