=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/mark.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/less/mark.c 2003/04/14 14:33:57 1.5 +++ src/usr.bin/less/mark.c 2010/07/03 16:29:46 1.6 @@ -129,6 +129,7 @@ return (m); } +#ifndef SMALL_PROGRAM /* * Is a mark letter is invalid? */ @@ -138,6 +139,7 @@ { return (getmark(c) == NULL); } +#endif /* SMALL_PROGRAM */ /* * Set a user-defined mark. @@ -216,6 +218,7 @@ jump_loc(scrpos.pos, scrpos.ln); } +#ifndef SMALL_PROGRAM /* * Return the position associated with a given mark letter. * @@ -240,6 +243,7 @@ } return (m->m_scrpos.pos); } +#endif /* SMALL_PROGRAM */ /* * Clear the marks associated with a specified ifile.