diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-14 14:33:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-14 14:33:58 +0000 |
commit | ea522e21eac177af59e43049f56f453b837606b7 (patch) | |
tree | 27ff45643e9e0c47a8e114cb5c4de5930bf76aa8 /usr.bin/less/mark.c | |
parent | b6983e22ce2ae5a86257c287e78e56c37831bf73 (diff) |
o go back to using a help file instead of embedding it in the binary
o deal with HELPFILE not being defined
o add a SMALL definition to make a smaller less for the boot floppies
This still needs to be pared down a bit for the SMALL case
Diffstat (limited to 'usr.bin/less/mark.c')
-rw-r--r-- | usr.bin/less/mark.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/less/mark.c b/usr.bin/less/mark.c index 04f97885d10..bf6350735d1 100644 --- a/usr.bin/less/mark.c +++ b/usr.bin/less/mark.c @@ -165,8 +165,6 @@ lastmark() { struct scrpos scrpos; - if (ch_getflags() & CH_HELPFILE) - return; get_scrpos(&scrpos); if (scrpos.pos == NULL_POSITION) return; |