Don't define READLINE, have a look at pr 5793 for a testcase where this
causes bc to coredump.
This commit is contained in:
parent
a50da02192
commit
e09f07e643
|
@ -39,7 +39,7 @@
|
|||
/* #undef BC_MATH_FILE */
|
||||
|
||||
/* Define to use the readline library. */
|
||||
#define READLINE 1
|
||||
/* #undef READLINE */
|
||||
|
||||
/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */
|
||||
/* #undef ptrdiff_t */
|
||||
|
|
Loading…
Reference in New Issue