[project @ 2005-06-23 22:59:18 by unknown_lamer]
[clinton/bobotpp.git] / source / Interp.C
index 5980d9a..c5c2fee 100644 (file)
@@ -228,6 +228,7 @@ Interp::Startup()
 {
   bot_module = scm_c_define_module ("the-bot-module", 
                                    interp_init_helper, 0);
+
   scm_c_call_with_current_module (bot_module,
                                  interp_post_startup_helper,
                                  bot_module);