=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.h,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/less/less.h 2015/11/09 16:44:07 1.18 --- src/usr.bin/less/less.h 2015/11/09 16:46:43 1.19 *************** *** 91,97 **** * An IFILE represents an input file. */ #define IFILE void * - #define NULL_IFILE (NULL) /* * The structure used to represent a "screen position". --- 91,96 ----