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

Diff for /src/usr.bin/less/tags.c between version 1.19 and 1.20

version 1.19, 2017/05/03 11:59:25 version 1.20, 2019/09/03 23:08:42
Line 19 
Line 19 
 static int curseq;  static int curseq;
   
 extern int linenums;  extern int linenums;
 extern volatile sig_atomic_t sigs;  
   
 enum tag_result {  enum tag_result {
         TAG_FOUND,          TAG_FOUND,
Line 331 
Line 330 
                  * Get lines until we find a matching one or                   * Get lines until we find a matching one or
                  * until we hit end-of-file.                   * until we hit end-of-file.
                  */                   */
                 if (ABORT_SIGS())                  if (abort_sigs())
                         return (-1);                          return (-1);
   
                 /*                  /*

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20