1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* readline.c (scm_readline): Export it to Scheme as "%readline".

This commit is contained in:
Marius Vollmer 1999-09-11 15:19:57 +00:00
parent 370b47a80d
commit f98e165e15

View file

@ -137,7 +137,7 @@ redisplay ()
/* promptp = 1; */
}
SCM_PROC (s_readline, "readline", 0, 4, 0, scm_readline);
SCM_PROC (s_readline, "%readline", 0, 4, 0, scm_readline);
static int in_readline = 0;
#ifdef USE_THREADS