* continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 14 Oct 1996 03:25:59 +0000 (03:25 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 14 Oct 1996 03:25:59 +0000 (03:25 +0000)
commit0e44fcca98aff4ced2ad2e3e8fb8b53c842af56b
treee8b73a3b2322e785ccc75b38231eae35e7b245c9
parent4e646a03d6c838e60926f870ddd9ccb89aac3350
* continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,
stacks.c: Renamed regs --> scm_contregs.

* init.c: Added #include "backtrace.h" and #include "stacks.h".
(scm_boot_guile_1): Added calls to scm_init_backtrace and
scm_init_stacks.

* init.c (scm_boot_guile_1): Moved scm_init_debug below
scm_init_eval.
libguile/init.c