mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
fix unparse-tree-il of <dynset>
* module/language/tree-il.scm (unparse-tree-il): Fix printing of `dynset'.
This commit is contained in:
parent
1cc1c2d7e3
commit
b5ae223d12
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
|||
`(dynref ,(unparse-tree-il fluid)))
|
||||
|
||||
((<dynset> fluid exp)
|
||||
`(dynref ,(unparse-tree-il fluid) ,(unparse-tree-il exp)))
|
||||
`(dynset ,(unparse-tree-il fluid) ,(unparse-tree-il exp)))
|
||||
|
||||
((<prompt> tag body handler)
|
||||
`(prompt ,(unparse-tree-il tag) ,(unparse-tree-il body) ,(unparse-tree-il handler)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue