1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

Remove Totoro kludge.

* Makefile.in, scmconfig.h.in: Regenerated.
* init.c, readline.c: Don't check if TOTORO is #defined.
This commit is contained in:
Jim Blandy 1998-07-27 23:33:12 +00:00
parent 735d4183d7
commit 9623ba323f
4 changed files with 2 additions and 22 deletions

View file

@ -458,9 +458,7 @@ scm_boot_guile_1 (base, closure)
scm_init_unif ();
scm_init_simpos ();
scm_init_load_path ();
#if defined (HAVE_RL_GETC_FUNCTION) || defined (TOTORO)
/* The test for TOTORO is a kludge to make totoro.red-bean.com
generate snapshots correctly. */
#if defined (HAVE_RL_GETC_FUNCTION)
scm_init_readline ();
#endif
scm_init_standard_ports ();