lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

not needed patch to lily/lily-parser-scheme.cc


From: Nicolas Sceaux
Subject: not needed patch to lily/lily-parser-scheme.cc
Date: Fri, 15 Jul 2005 18:14:17 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

As Han-Wen has added a definition for scm_from_locale_string in
flowers/include/guile-compatibility.hh, the following patch is not
needed:

===================================================================
RCS file: 
/cvsroot/lilypond/cvsroot/lilypond/lilypond/lily/lily-parser-scheme.cc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lilypond/lilypond/lily/lily-parser-scheme.cc        2005/07/11 12:51:13     
1.17
+++ lilypond/lilypond/lily/lily-parser-scheme.cc        2005/07/13 20:30:47     
1.18
@@ -225,6 +225,6 @@
   Lily_parser *p = unsmob_lily_parser (parser);
   SCM_ASSERT_TYPE (p, parser, SCM_ARG1, __FUNCTION__, "Lilypond parser");
 
-  return scm_from_locale_string (p->output_basename_.to_str0 ());
+  return scm_makfrom0str (p->output_basename_.to_str0 ());
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]