orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.84k stars 392 forks source link

GNU Readline 8.1 does not use history.h anymore #163

Closed joinlaw closed 3 years ago

joinlaw commented 3 years ago

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