* gc.c (scm_init_storage): Skip registration of cleanup on systems
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 30 Aug 1999 02:13:45 +0000 (02:13 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 30 Aug 1999 02:13:45 +0000 (02:13 +0000)
commita18bcd0e5fd60d285d78466ca436eab3e62ba9e1
tree1988bec7172d772ec8b13b1600c44a403933d162
parentd2362355d52512aab35c1b6f0c836c35614f182c
* gc.c (scm_init_storage): Skip registration of cleanup on systems
which lack atexit.  (Is it important that cleanup is made
properly? Maybe we should replace all `exit' with `scm_exit' and
call cleanup there?)
libguile/gc.c