diff options
Diffstat (limited to 'history.h')
-rw-r--r-- | history.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include "textlist.h" #include "hash.h" +#define HIST_LIST_MAX GENERAL_LIST_MAX #define HIST_HASH_SIZE 127 typedef ListItem HistItem; |