[[project @ 2006-02-03 22:36:01 by unknown_lamer] unknown_lamer**20060203223601 Actually fix issue with loading bobot-util.scm ] { hunk ./ChangeLog 3 + * source/Interp.C (Startup): Removed loading of bobot-utils.scm + (Startup2): Load bobot-utils.scm here + + * source/Interp.H: Added Startup2 method + + * source/Bot.C (Bot): Call Interp::Startup2 + hunk ./ChangeLog 12 + (main): Moved Interp::Startup back hunk ./source/Bot.C 162 + Interp::Startup2 (); hunk ./source/Interp.C 296 +} + +void Interp::Startup2 () +{ hunk ./source/Interp.H 52 + static void Startup2 (); }