mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
4f2b34ff64
1 changed files with 3 additions and 1 deletions
|
@ -396,7 +396,9 @@
|
|||
(call new-frame 0) (toplevel ref bar) (call call 0)
|
||||
(bind (x #f 2) (y #f 3)) (lexical #t #f set 3) (lexical #t #f set 2)
|
||||
(lexical #t #f ref 2) (lexical #t #t set 0)
|
||||
(lexical #t #f ref 3) (lexical #t #t set 1) (unbind)
|
||||
(lexical #t #f ref 3) (lexical #t #t set 1)
|
||||
(void) (lexical #t #f set 2) (void) (lexical #t #f set 3) ;; clear bindings
|
||||
(unbind)
|
||||
(lexical #t #t ref 0) (lexical #t #t ref 1)
|
||||
(call add 2) (call return 1) (unbind)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue