]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
clean up Sources
[lilypond.git] / lily / parse-scm.cc
index 4aee3942903de7959dbb7dc5800deb99180780d6..0769083cfa6c4f1371659a4612f3bd9fee4c0d52 100644 (file)
@@ -11,6 +11,7 @@
 #include <cstdio>
 using namespace std;
 
+#include "international.hh"
 #include "main.hh"
 #include "paper-book.hh"
 #include "source-file.hh"
@@ -114,6 +115,7 @@ protected_ly_parse_scm (Parse_start *ps)
 }
 
 bool parse_protect_global = true;
+bool parsed_objects_should_be_dead = false;
 
 /* Try parsing.  Upon failure return SCM_UNDEFINED.
    FIXME: shouldn't we return SCM_UNSCPECIFIED -- jcn  */