Warn that resolve-module is used by modules.c
This commit is contained in:
parent
3763ac3c74
commit
1f60d9d237
1 changed files with 2 additions and 0 deletions
|
|
@ -1889,6 +1889,8 @@
|
|||
|
||||
;; (define-special-value '(app modules new-ws) (lambda () (make-scm-module)))
|
||||
|
||||
;; NOTE: This binding is used in libguile/modules.c.
|
||||
;;
|
||||
(define (resolve-module name . maybe-autoload)
|
||||
(let ((full-name (append '(app modules) name)))
|
||||
(let ((already (local-ref full-name)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue