RTL VM: Fix variable lookup before modules boot
authorAndy Wingo <wingo@pobox.com>
Wed, 23 Oct 2013 08:03:17 +0000 (10:03 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 26 Oct 2013 12:38:11 +0000 (14:38 +0200)
commite23f9e4423bbbe8521d13e1c9a223612a5e86762
tree619fc240400aecbaf7670f11c06a78a79aacf2bb
parentdb071766650d10c67524b3ddb00decfd60c55741
RTL VM: Fix variable lookup before modules boot

* libguile/vm-engine.c (toplevel-box, module-box): Handle the case where
  the module system isn't booted yet.
libguile/vm-engine.c