]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parse-scm.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / parse-scm.hh
index b53fe8949cb427178f73c369d12923e470feec9d..2939bc2f5c228702476732a828343257e8c586c9 100644 (file)
@@ -3,8 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
+  (c) 2004--2007 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_;
 };
 
 SCM catch_protected_parse_body (void *);