1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-10-07 10:16:28 +00:00
parent d60497159a
commit 13af30488e
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@
we do find the rl_getc_function variable in the readline library;
AC_CHECK_FUNCS used to do this for us, but we're not using it any
more.
* acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
* configure.in: Properly test for the presence of rl_getc_function;
it's a variable, not a function.

View file

@ -1,3 +1,7 @@
1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
* scmconfig.h.in: Regenerated; ../acconfig.h has changed.
1998-10-07 Jim Blandy <jimb@totoro.red-bean.com>
* eval.c (safe_setjmp): Remove this misunderstanding.