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

Diff for /src/usr.bin/less/mark.c between version 1.7 and 1.8

version 1.7, 2011/09/16 18:12:09 version 1.8, 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 139 
Line 138 
 {  {
         return (getmark(c) == NULL);          return (getmark(c) == NULL);
 }  }
 #endif  #endif /* PIPEC */
   
 /*  /*
  * Set a user-defined mark.   * Set a user-defined mark.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8