repl: use fgets by default

This commit is contained in:
Martin Dørum
2020-10-13 08:12:32 +02:00
parent a4f41522fe
commit 74e451e7be

2
repl.c
View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <string.h>
#ifndef NO_READLINE
#ifdef USE_READLINE
#include <readline/readline.h>
#include <readline/history.h>
#else