mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 23:50:47 +02:00
Give continuations (contregs) their own static tc16
* libguile/continuations-internal.h: New file, for internal definitions. * libguile/continuations.h: Move out internal definitions. * libguile/Makefile.am: Add new file. * libguile/continuations.c: Adapt to put the tag in the beginning of the continuation (contregs) structure. * libguile/eq.c: * libguile/goops.c: * libguile/init.c: * libguile/print.c: * libguile/scm.h: * libguile/stacks.c: * libguile/vm.c: * module/oop/goops.scm: Adapt to contregs tc16 change.
This commit is contained in:
parent
f47fe6e752
commit
12da6739b1
12 changed files with 156 additions and 133 deletions
|
@ -25,7 +25,7 @@
|
|||
#endif
|
||||
|
||||
#include "boolean.h"
|
||||
#include "continuations.h"
|
||||
#include "continuations-internal.h"
|
||||
#include "control.h"
|
||||
#include "debug.h"
|
||||
#include "eval.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue