summaryrefslogtreecommitdiff
path: root/editors/nvi/patches/patch-aj
blob: ccff4b1ec9f5cad6b156e77b6e97b4069bc1dd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aj,v 1.3 2009/08/07 16:39:21 lukem Exp $

--- ../common/options.h.orig	2007-11-19 03:41:42.000000000 +1100
+++ ../common/options.h
@@ -89,6 +89,7 @@ struct _optlist {
 #define	OPT_NOSET	0x010		/* Option may not be set. */
 #define	OPT_NOUNSET	0x020		/* Option may not be unset. */
 #define	OPT_NOZERO	0x040		/* Option may not be set to 0. */
+#define	OPT_PAIRS	0x080		/* String with even length */
 	u_int8_t flags;
 };