=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/edit.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/less/edit.c 2006/04/02 00:55:32 1.6 --- src/usr.bin/less/edit.c 2010/07/03 16:29:46 1.7 *************** *** 115,120 **** --- 115,121 ---- return (s); } + #ifndef SMALL_PROGRAM public char * back_textlist(tlist, prev) struct textlist *tlist; *************** *** 140,145 **** --- 141,147 ---- s--; return (s); } + #endif /* SMALL_PROGRAM */ /* * Close the current input file. *************** *** 401,406 **** --- 403,409 ---- return (0); } + #ifndef SMALL_PROGRAM /* * Edit a space-separated list of files. * For each filename in the list, enter it into the ifile list. *************** *** 460,465 **** --- 463,469 ---- reedit_ifile(save_ifile); return (edit(good_filename)); } + #endif /* SMALL_PROGRAM */ /* * Edit the first file in the command line (ifile) list.