mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Add a comment to the editline #ifdef
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@
|
|||||||
# include <readline/history.h>
|
# include <readline/history.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SJB added editline support 2005-05-05 */
|
/* editline development has added the following typdef to readline.h in 06/2018.
|
||||||
|
It is not vailable with older libedit versions (pre-1.42.2) , thus we have to set it ourselves */
|
||||||
#ifdef HAVE_BSDEDITLINE
|
#ifdef HAVE_BSDEDITLINE
|
||||||
#include <editline/readline.h>
|
#include <editline/readline.h>
|
||||||
#ifndef rl_hook_func_t
|
#ifndef rl_hook_func_t
|
||||||
|
|||||||
Reference in New Issue
Block a user