1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00

*features* is an empty list

* module/language/js-il/runtime.js(*features*): Stop stubbing
This commit is contained in:
Ian Price 2017-08-16 21:43:10 +01:00
parent 8321baee15
commit fd2445fcf4

View file

@ -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");