summaryrefslogtreecommitdiff
path: root/module/rnrs
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-09-27 22:28:34 +0200
committerAndy Wingo <wingo@pobox.com>2019-09-27 22:57:38 +0200
commitcc7d394490bb1553e22f5238ce0e5d425ae660fa (patch)
treecb3964897185231903a9165fbcd2f3e4c9ef54d2 /module/rnrs
parentf62e19bd10f3380d46dc03dabeb1cf3b307b0e9c (diff)
downloadguile-cc7d394490bb1553e22f5238ce0e5d425ae660fa.tar.gz
Deprecate passing a non-zero size to make-module
* module/ice-9/boot-9.scm (make-module): Issue a deprecation warning if users pass a non-zero size. (nested-define-module!, make-modules-in, beautify-user-module!) (resolve-interface, make-autoload-interface, %cond-expand-table): * module/ice-9/popen.scm (port/pid-table): * module/ice-9/session.scm (make-fold-modules): * module/language/ecmascript/function.scm (*program-wrappers*): * module/scripts/api-diff.scm (read-api-alist-file): * module/srfi/srfi-10.scm (reader-ctors): Update callers. Also remove some make-hash-table sizes.
Diffstat (limited to 'module/rnrs')
-rw-r--r--module/rnrs/eval.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/rnrs/eval.scm b/module/rnrs/eval.scm
index d58f87768..37a738bd9 100644
--- a/module/rnrs/eval.scm
+++ b/module/rnrs/eval.scm
@@ -20,7 +20,7 @@
(library (rnrs eval (6))
(export eval environment)
(import (only (guile) eval
- make-module
+ make-module
module-uses
beautify-user-module!
set-module-uses!)