=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/main.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/less/main.c 2003/06/04 04:45:01 1.9 --- src/usr.bin/less/main.c 2010/07/03 16:29:46 1.10 *************** *** 324,329 **** --- 324,330 ---- return (s); } + #ifndef SMALL_PROGRAM /* * See how many characters of two strings are identical. * If uppercase is true, the first string must begin with an uppercase *************** *** 358,363 **** --- 359,365 ---- } return (len); } + #endif /* SMALL_PROGRAM */ /* * Exit the program.