]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
* lily/main.cc (main_with_guile): switch debugging.
[lilypond.git] / lily / main.cc
index ba7bddf16111b0518e3fcef669801e2f9593e473..a2a9ceec93aae70096af7b7d597d8732f4df8c45 100644 (file)
@@ -285,14 +285,12 @@ main_with_guile (void *, int, char **)
   bool first = true;
   while (char const *arg = option_parser->get_next_arg ())
     {
-  
 #if 0
       /* Code to debug memory leaks.  Cannot call from within .ly
         since then we get the protects from the parser state too.  */
       scm_gc ();
       scm_call_0 (ly_scheme_function ("dump-gc-protects"));
 #endif
-      
       do_one_file (arg);
       first = false;
     }