summaryrefslogtreecommitdiffstats
path: root/contrib/less/optfunc.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-06-09 22:52:57 +0000
committerdelphij <delphij@FreeBSD.org>2011-06-09 22:52:57 +0000
commit3f51f93516b6d0ace5d5e577719f1073770d5170 (patch)
treeca94c7d04a03589df78991178d4424057bbb864d /contrib/less/optfunc.c
parent1d01ebcc965a4c876737022d96ad60c0d2ae83fc (diff)
downloadFreeBSD-src-3f51f93516b6d0ace5d5e577719f1073770d5170.zip
FreeBSD-src-3f51f93516b6d0ace5d5e577719f1073770d5170.tar.gz
MFV: Update to less v444.
MFC after: 2 weeks
Diffstat (limited to 'contrib/less/optfunc.c')
-rw-r--r--contrib/less/optfunc.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/less/optfunc.c b/contrib/less/optfunc.c
index 79ac7c6..a0aa10a 100644
--- a/contrib/less/optfunc.c
+++ b/contrib/less/optfunc.c
@@ -132,34 +132,6 @@ opt__O(type, s)
#endif
/*
- * Handlers for -l option.
- */
- public void
-opt_l(type, s)
- int type;
- char *s;
-{
- int err;
- int n;
- char *t;
-
- switch (type)
- {
- case INIT:
- t = s;
- n = getnum(&t, "l", &err);
- if (err || n <= 0)
- {
- error("Line number is required after -l", NULL_PARG);
- return;
- }
- plusoption = TRUE;
- ungetsc(s);
- break;
- }
-}
-
-/*
* Handlers for -j option.
*/
public void
OpenPOWER on IntegriCloud