]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parse-scm.hh
clean up Sources
[lilypond.git] / lily / include / parse-scm.hh
index dc71ad7402a7d11d08fb27c2a2d45c75c6efb0e5..0f48de2c533b6a384a04d359caca3b131d8b03f1 100644 (file)
@@ -3,8 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef PARSE_SCM_HH
 #include "lily-guile.hh"
 
 extern bool parse_protect_global;
+extern bool parsed_objects_should_be_dead;
 
 struct Parse_start
 {
-  char conststr;
+  char const *str;
   int nchars;
   Input start_location_;
   bool safe_;