[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.9 and 1.10

version 1.9, 2011/09/21 19:01:49 version 1.10, 2014/04/25 13:38:21
Line 1 
Line 1 
 /*  /*
  * Copyright (C) 1984-2011  Mark Nudelman   * Copyright (C) 1984-2012  Mark Nudelman
  *   *
  * You may distribute under the terms of either the GNU General Public   * You may distribute under the terms of either the GNU General Public
  * License or the Less License, as specified in the README file.   * License or the Less License, as specified in the README file.
  *   *
  * For more information about less, or for information on how to   * For more information, see the README file.
  * contact the author, see the README file.  
  */   */
   
   
Line 317 
Line 316 
                  */                   */
                 __djgpp_set_ctrl_c(1);                  __djgpp_set_ctrl_c(1);
 #endif  #endif
           } else if (strcmp(open_filename, FAKE_EMPTYFILE) == 0)
           {
                   f = -1;
                   chflags |= CH_NODATA;
         } else if ((parg.p_string = bad_file(open_filename)) != NULL)          } else if ((parg.p_string = bad_file(open_filename)) != NULL)
         {          {
                 /*                  /*

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10