diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-10-14 03:26:29 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-10-14 03:26:29 +0000 |
commit | 0db18cf45ae15a48c9c55a2b9e3767d91c8faba8 (patch) | |
tree | 4a73630da606ff1f3107e9bb1435e87db5f60015 /libguile/root.c | |
parent | 6cb66921f65e0470d5a08ef1a0c2c4062791d366 (diff) | |
download | guile-0db18cf45ae15a48c9c55a2b9e3767d91c8faba8.tar.gz |
* continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,
stacks.c: Renamed regs --> scm_contregs.
Diffstat (limited to 'libguile/root.c')
-rw-r--r-- | libguile/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |