histlib.h (readline-7.0-rc1) | : | histlib.h (readline-7.0-rc2) | ||
---|---|---|---|---|
skipping to change at line 79 | skipping to change at line 79 | |||
#define NO_PREV_SUBST 4 | #define NO_PREV_SUBST 4 | |||
/* Possible definitions for history starting point specification. */ | /* Possible definitions for history starting point specification. */ | |||
#define ANCHORED_SEARCH 1 | #define ANCHORED_SEARCH 1 | |||
#define NON_ANCHORED_SEARCH 0 | #define NON_ANCHORED_SEARCH 0 | |||
/* Possible definitions for what style of writing the history file we want. */ | /* Possible definitions for what style of writing the history file we want. */ | |||
#define HISTORY_APPEND 0 | #define HISTORY_APPEND 0 | |||
#define HISTORY_OVERWRITE 1 | #define HISTORY_OVERWRITE 1 | |||
/* Some variable definitions shared across history source files. */ | ||||
extern int history_offset; | ||||
#endif /* !_HISTLIB_H_ */ | #endif /* !_HISTLIB_H_ */ | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |