orangeduck/BuildYourOwnLisp

GNU Readline 8.1 does not use history.h anymore

Closed this issue · 0 comments

The current version of GNU Readline library does not use the header

#include <editline/history.h>

anymore and only use #include <editline/readline.h> for both history commands and line editing commands

I don't know if there is alternative readline libraries where they still uses that header

so I hope you fix any mention of this header in examples