=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/less/less.h 2003/04/13 18:26:25 1.4 --- src/usr.bin/less/less.h 2003/04/14 14:33:57 1.5 *************** *** 404,414 **** #define CH_CANSEEK 001 #define CH_KEEPOPEN 002 #define CH_POPENED 004 - #define CH_HELPFILE 010 #define ch_zero() ((POSITION)0) - - #define FAKE_HELPFILE "@/\\less/\\help/\\file/\\@" #include "funcs.h" --- 404,411 ----