diff options
author | Andy Wingo <wingo@pobox.com> | 2013-10-26 22:54:29 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-10-26 22:54:29 +0200 |
commit | d422f3167e37f045d768430565a2b77c3253a5af (patch) | |
tree | ef7c0d8acdc6dee7455c0b315ff9e21f5acd935f | |
parent | 7e273b7a75147acf028f8de2614b5ff40d69bc53 (diff) | |
download | guile-d422f3167e37f045d768430565a2b77c3253a5af.tar.gz |
Mark current-module as an interesting primitive
* module/language/tree-il/primitives.scm (*interesting-primitive-names*):
Add current-module, to allow RTL compilation.
-rw-r--r-- | module/language/tree-il/primitives.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/language/tree-il/primitives.scm b/module/language/tree-il/primitives.scm index 718f885e6..b56e54c34 100644 --- a/module/language/tree-il/primitives.scm +++ b/module/language/tree-il/primitives.scm @@ -77,6 +77,8 @@ variable? variable-ref variable-set! variable-bound? + current-module + fluid-ref fluid-set! with-fluid* call-with-prompt |