guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 80/99: *features* is an empty list


From: Christopher Allan Webber
Subject: [Guile-commits] 80/99: *features* is an empty list
Date: Sun, 10 Oct 2021 21:51:09 -0400 (EDT)

cwebber pushed a commit to branch compile-to-js-merge
in repository guile.

commit fd2445fcf4fd67ec9c4205e6b2789b5a3e6a1784
Author: Ian Price <ianprice90@googlemail.com>
AuthorDate: Wed Aug 16 21:43:10 2017 +0100

    *features* is an empty list
    
    * module/language/js-il/runtime.js(*features*): Stop stubbing
---
 module/language/js-il/runtime.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/language/js-il/runtime.js b/module/language/js-il/runtime.js
index 5398868..49271bc 100644
--- a/module/language/js-il/runtime.js
+++ b/module/language/js-il/runtime.js
@@ -1442,7 +1442,7 @@ stub("syntax-session-id");
 stub("macroexpand");
 stub("%exception-handler");
 stub("print-exception");
-stub("*features*");
+def_guile_val("*features*", scheme.EMPTY);
 stub("%load-hook");
 stub("current-reader");
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]