mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Remove jscall type
This commit is contained in:
parent
d57dc85fa8
commit
b70b39e478
3 changed files with 4 additions and 13 deletions
|
@ -64,9 +64,6 @@
|
|||
(make-call (make-refine (name->id name) (make-const "fun"))
|
||||
(map name->id (cons name args)))))
|
||||
|
||||
(($ il:jscall name args)
|
||||
(make-return (make-call (name->id name) (map name->id args))))
|
||||
|
||||
(($ il:closure label nfree)
|
||||
(make-new
|
||||
(make-call (make-refine *scheme* (make-const "Closure"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue