=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/ifile.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/less/ifile.c 2010/07/03 16:29:46 1.5 --- src/usr.bin/less/ifile.c 2011/09/16 18:12:09 1.6 *************** *** 1,5 **** /* ! * Copyright (C) 1984-2002 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. --- 1,5 ---- /* ! * Copyright (C) 1984-2011 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. *************** *** 307,320 **** int_ifile(ifile)->h_hold += incr; } ! #ifndef SMALL_PROGRAM public int held_ifile(ifile) IFILE ifile; { return (int_ifile(ifile)->h_hold); } ! #endif /* SMALL_PROGRAM */ public void * get_filestate(ifile) --- 307,320 ---- int_ifile(ifile)->h_hold += incr; } ! #if !SMALL public int held_ifile(ifile) IFILE ifile; { return (int_ifile(ifile)->h_hold); } ! #endif /* !SMALL */ public void * get_filestate(ifile)