1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

* continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,

stacks.c: Renamed regs --> scm_contregs.
This commit is contained in:
Mikael Djurfeldt 1996-10-14 03:26:29 +00:00
parent 6cb66921f6
commit 0db18cf45a
4 changed files with 14 additions and 14 deletions

View file

@ -191,7 +191,7 @@ cwdr (proc, a1, args, handler, stack_start)
SCM_NEWCELL (new_rootcont);
SCM_REDEFER_INTS;
SCM_SETJMPBUF (new_rootcont,
scm_must_malloc ((long) sizeof (regs),
scm_must_malloc ((long) sizeof (scm_contregs),
"inferior root continuation"));
SCM_CAR (new_rootcont) = scm_tc7_contin;
SCM_DYNENV (new_rootcont) = SCM_EOL;