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

Diff for /src/usr.bin/less/ifile.c between version 1.5 and 1.6

version 1.5, 2010/07/03 16:29:46 version 1.6, 2011/09/16 18:12:09
Line 1 
Line 1 
 /*  /*
  * Copyright (C) 1984-2002  Mark Nudelman   * Copyright (C) 1984-2011  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.
Line 307 
Line 307 
         int_ifile(ifile)->h_hold += incr;          int_ifile(ifile)->h_hold += incr;
 }  }
   
 #ifndef SMALL_PROGRAM  #if !SMALL
         public int          public int
 held_ifile(ifile)  held_ifile(ifile)
         IFILE ifile;          IFILE ifile;
 {  {
         return (int_ifile(ifile)->h_hold);          return (int_ifile(ifile)->h_hold);
 }  }
 #endif /* SMALL_PROGRAM */  #endif /* !SMALL */
   
         public void *          public void *
 get_filestate(ifile)  get_filestate(ifile)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6