summaryrefslogtreecommitdiffstats
path: root/src/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h
index 167b5629e6..737cbca36b 100644
--- a/src/option.h
+++ b/src/option.h
@@ -1031,6 +1031,7 @@ enum
, BV_TW
, BV_TX
, BV_UDF
+ , BV_UL
, BV_WM
, BV_COUNT /* must be the last one */
};
@@ -1109,3 +1110,6 @@ enum
, WV_WRAP
, WV_COUNT /* must be the last one */
};
+
+/* Value for b_p_ul indicating the global value must be used. */
+#define NO_LOCAL_UNDOLEVEL -123456