mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Mark current-module as an interesting primitive
* module/language/tree-il/primitives.scm (*interesting-primitive-names*): Add current-module, to allow RTL compilation.
This commit is contained in:
parent
7e273b7a75
commit
d422f3167e
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@
|
|||
variable? variable-ref variable-set!
|
||||
variable-bound?
|
||||
|
||||
current-module
|
||||
|
||||
fluid-ref fluid-set! with-fluid*
|
||||
|
||||
call-with-prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue