aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/cmd.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-05-09 21:51:59 +0000
committerXin LI <delphij@FreeBSD.org>2011-05-09 21:51:59 +0000
commit33096f16e1815def0772f877cbb01e832bb5b37e (patch)
treee6e6402d1f7ea7e3382a94b4f654586f41b93f2c /contrib/less/cmd.h
parente18cc7bf3e0979dd4989b2fa8bb671558dd50769 (diff)
parented915d8294a373813108148f47b424e1152e4a5d (diff)
downloadsrc-33096f16e1815def0772f877cbb01e832bb5b37e.tar.gz
src-33096f16e1815def0772f877cbb01e832bb5b37e.zip
MFV: Update to less v443.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=221715
Diffstat (limited to 'contrib/less/cmd.h')
-rw-r--r--contrib/less/cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/less/cmd.h b/contrib/less/cmd.h
index 3eda6479c768..3176b917226a 100644
--- a/contrib/less/cmd.h
+++ b/contrib/less/cmd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2009 Mark Nudelman
+ * Copyright (C) 1984-2011 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -98,6 +98,7 @@
#define EC_F_COMPLETE 17
#define EC_B_COMPLETE 18
#define EC_LITERAL 19
+#define EC_ABORT 20
#define EC_NOACTION 101
#define EC_UINVALID 102