mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Deprecate dynamic roots
* libguile/root.h: * libguile/root.c: Remove these files. * libguile/deprecated.h: * libguile/deprecated.c (scm_internal_cwdr, scm_call_with_dynamic_root) (scm_dynamic_root, scm_apply_with_dynamic_root): Deprecate. Remove all root.h usage, which was vestigial. * module/ice-9/serialize.scm: Use (current-thread) instead of (dynamic-root).
This commit is contained in:
parent
f927c70d42
commit
dc2a560264
47 changed files with 179 additions and 297 deletions
|
@ -88,7 +88,6 @@ extern "C" {
|
|||
#include "libguile/r6rs-ports.h"
|
||||
#include "libguile/random.h"
|
||||
#include "libguile/read.h"
|
||||
#include "libguile/root.h"
|
||||
#include "libguile/scmsigs.h"
|
||||
#include "libguile/script.h"
|
||||
#include "libguile/simpos.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue