]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parse-scm.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / parse-scm.hh
index b53fe8949cb427178f73c369d12923e470feec9d..28223cac7ecd66413304b74b7af8a5f2b1005c37 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--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef PARSE_SCM_HH
@@ -17,9 +16,10 @@ extern bool parse_protect_global;
 
 struct Parse_start
 {
-  char conststr;
+  char const *str;
   int nchars;
   Input start_location_;
+  bool safe_;
 };
 
 SCM catch_protected_parse_body (void *);