]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
release: 1.3.145
[lilypond.git] / lily / main.cc
index 5e359af4c1b59cfcf4062e5b94cd0935a0cc3653..0c6ee806b081b4229b9f3e0e5eae177d9a28eba9 100644 (file)
@@ -328,7 +328,7 @@ main_prog (int, char**)
   all_fonts_global_p = new All_font_metrics (global_path.str ());
 
   init_scheme_code_string += ")";
-  gh_eval_str (init_scheme_code_string.ch_C());
+  gh_eval_str ((char *)init_scheme_code_string.ch_C());
   
   int p=0;
   const char *arg ;
@@ -400,7 +400,6 @@ sane_putenv (char const* key, char const* value)
 int
 main (int argc, char **argv)
 {
-  debug_init ();               // should be first (can see that; but Why?)
   setup_paths ();
 
   /* Prepare GUILE for heavy memory usage.  If you have plenty memory,