mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
Update primitives in no-values-primitives
* module/language/js-il/inlining.scm (no-values-primitives): Update.
This commit is contained in:
parent
8777c20e94
commit
602bfb559d
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
counts)
|
||||
|
||||
(define no-values-primitives
|
||||
'(define!
|
||||
'(
|
||||
cache-current-module!
|
||||
set-cdr!
|
||||
set-car!
|
||||
|
@ -83,6 +83,7 @@
|
|||
unwind
|
||||
push-fluid
|
||||
pop-fluid
|
||||
handle-interrupts
|
||||
))
|
||||
|
||||
(define no-values-primitive?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue