summaryrefslogtreecommitdiff
path: root/module/ice-9/sandbox.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/ice-9/sandbox.scm')
-rw-r--r--module/ice-9/sandbox.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/module/ice-9/sandbox.scm b/module/ice-9/sandbox.scm
index 601485cce..c17e53282 100644
--- a/module/ice-9/sandbox.scm
+++ b/module/ice-9/sandbox.scm
@@ -1,6 +1,6 @@
;;; Sandboxed evaluation of Scheme code
-;;; Copyright (C) 2017, 2018 Free Software Foundation, Inc.
+;;; Copyright (C) 2017, 2018, 2025 Free Software Foundation, Inc.
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
@@ -845,7 +845,6 @@ allocation limit is exceeded, an exception will be thrown to the
(define hash-bindings
'(((guile)
- doubly-weak-hash-table?
hash
hash-count
hash-fold
@@ -863,8 +862,10 @@ allocation limit is exceeded, an exception will be thrown to the
hashv-ref
hashx-get-handle
hashx-ref
+ make-hash-table)
+ ((ice-9 weak-tables)
+ doubly-weak-hash-table?
make-doubly-weak-hash-table
- make-hash-table
make-weak-key-hash-table
make-weak-value-hash-table
weak-key-hash-table?