We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f4152 commit 74e451eCopy full SHA for 74e451e
1 file changed
repl.c
@@ -3,7 +3,7 @@
3
#include <stdio.h>
4
#include <string.h>
5
6
-#ifndef NO_READLINE
+#ifdef USE_READLINE
7
#include <readline/readline.h>
8
#include <readline/history.h>
9
#else
0 commit comments