allow eval to be called before modules are booted
authorAndy Wingo <wingo@pobox.com>
Mon, 9 Mar 2009 20:09:22 +0000 (21:09 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 21 Apr 2009 21:02:46 +0000 (23:02 +0200)
commit181f1cd7d0b9f6ab3035f615142dabf6f63d0583
tree000fb3cdd7a5efa32e15ce0d5b27a88899f8c725
parentae6bba7f9c5fd712b3177b067a03e8e8277a94c3
allow eval to be called before modules are booted

* libguile/eval.c (scm_eval): If the module system isn't booted, assert
  not on the module argument.
libguile/eval.c