From 0db18cf45ae15a48c9c55a2b9e3767d91c8faba8 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 14 Oct 1996 03:26:29 +0000 Subject: * continuations.c, continuations.h, debug.c, gc.c, init.c, root.c, stacks.c: Renamed regs --> scm_contregs. --- libguile/root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/root.c') diff --git a/libguile/root.c b/libguile/root.c index 5e8a5e33b..9b620dd1e 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -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; -- cgit v1.2.3