diff options
Diffstat (limited to 'contrib/libreadline/histlib.h')
-rw-r--r-- | contrib/libreadline/histlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libreadline/histlib.h b/contrib/libreadline/histlib.h index 10a40d7..422cf59 100644 --- a/contrib/libreadline/histlib.h +++ b/contrib/libreadline/histlib.h @@ -69,6 +69,7 @@ extern char *strchr (); #define BAD_WORD_SPEC 1 #define SUBST_FAILED 2 #define BAD_MODIFIER 3 +#define NO_PREV_SUBST 4 /* Possible definitions for history starting point specification. */ #define ANCHORED_SEARCH 1 |