* init.c (scm_boot_guile): Add level of indirection to
authorJim Blandy <jimb@red-bean.com>
Sat, 5 Oct 1996 17:47:51 +0000 (17:47 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 5 Oct 1996 17:47:51 +0000 (17:47 +0000)
commitc275ddc708ecb657a7efb8cae18ac2890e631f46
treef1637a3f183c7523de3e9a8f28ad2c922f622f52
parent00fb6d20d92669948a45d737a20b516ece1935e3
* init.c (scm_boot_guile): Add level of indirection to
scm_boot_guile_1() to ensure that stack base pointer is properly
initialized.  There was no guarantee that variable i was the
highest/lowest variable on stack (i.e. the call frame of
scm_boot_guile was not completely protected from gc).
libguile/init.c