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

Diff for /src/usr.bin/less/edit.c between version 1.24 and 1.25

version 1.24, 2019/06/28 13:35:01 version 1.25, 2019/09/03 23:08:42
Line 21 
Line 21 
 extern int any_display;  extern int any_display;
 extern int force_open;  extern int force_open;
 extern int is_tty;  extern int is_tty;
 extern volatile sig_atomic_t sigs;  
 extern IFILE curr_ifile;  extern IFILE curr_ifile;
 extern IFILE old_ifile;  extern IFILE old_ifile;
 extern struct scrpos initial_scrpos;  extern struct scrpos initial_scrpos;
Line 478 
Line 477 
                          */                           */
                         return (1);                          return (1);
                 }                  }
                 if (ABORT_SIGS()) {                  if (abort_sigs()) {
                         /*                          /*
                          * Interrupt breaks out, if we're in a long                           * Interrupt breaks out, if we're in a long
                          * list of files that can't be opened.                           * list of files that can't be opened.

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25