]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parse-scm.hh
* flower
[lilypond.git] / lily / include / parse-scm.hh
index dc71ad7402a7d11d08fb27c2a2d45c75c6efb0e5..54895931896edadb62d523df29af3c32da660c2b 100644 (file)
@@ -4,7 +4,6 @@
   source file of the GNU LilyPond music typesetter
 
   (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
 */
 
 #ifndef PARSE_SCM_HH
@@ -17,7 +16,7 @@ extern bool parse_protect_global;
 
 struct Parse_start
 {
-  char conststr;
+  char const *str;
   int nchars;
   Input start_location_;
   bool safe_;