mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Fix an incorrect macro name.
trace/mercury_trace_completion.c:
As above.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifndef MR_NO_USE_READLINE
|
||||
#ifdef MR_HAVE_READLINE_READLINE
|
||||
#ifdef MR_HAVE_READLINE_READLINE_H
|
||||
#include <readline/readline.h>
|
||||
#else
|
||||
extern char *rl_line_buffer;
|
||||
|
||||
Reference in New Issue
Block a user