Skip to content
Snippets Groups Projects
Commit df1637c5 authored by stijn's avatar stijn Committed by Damien George
Browse files

unix: Automatically fix incompatible readline build options.

parent e50cff69
Branches
Tags
No related merge requests found
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
#include <readline/readline.h> #include <readline/readline.h>
#include <readline/history.h> #include <readline/history.h>
#include <readline/tilde.h> #include <readline/tilde.h>
#else
#undef MICROPY_USE_READLINE_HISTORY
#define MICROPY_USE_READLINE_HISTORY (0)
#endif #endif
char *prompt(char *p) { char *prompt(char *p) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment