mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 21:10:29 +02:00
formally deprecate `app'
* module/ice-9/deprecated.scm (app): Deprecate. * module/ice-9/boot-9.scm: Remove app definition.
This commit is contained in:
parent
30ce621c5a
commit
c9904ab040
2 changed files with 4 additions and 2 deletions
|
@ -2338,7 +2338,6 @@ If there is no handler at all, Guile prints an error and then exits."
|
|||
|
||||
(define %app (make-module 31))
|
||||
(set-module-name! %app '(%app))
|
||||
(define app %app) ;; for backwards compatability
|
||||
|
||||
(let ((m (make-module 31)))
|
||||
(set-module-name! m '())
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
$tanh
|
||||
closure?
|
||||
%nil
|
||||
@bind))
|
||||
@bind
|
||||
app))
|
||||
|
||||
;;;; Deprecated definitions.
|
||||
|
||||
|
@ -296,3 +297,5 @@
|
|||
(lambda () b0 b1 ...)
|
||||
(lambda ()
|
||||
(set! id old-v) ...)))))))))
|
||||
|
||||
(define app %app)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue