Skip to content

Commit 74e451e

Browse files
committed
repl: use fgets by default
1 parent a4f4152 commit 74e451e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <stdio.h>
44
#include <string.h>
55

6-
#ifndef NO_READLINE
6+
#ifdef USE_READLINE
77
#include <readline/readline.h>
88
#include <readline/history.h>
99
#else

0 commit comments

Comments
 (0)