CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/07/12 22:15:39
Modified files:
flower/include : guile-compatibility.hh
Log message:
(scm_from_locale_string):
add scm_from_locale_string compatibility glue.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/flower/include/guile-compatibility.hh.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: lilypond/flower/include/guile-compatibility.hh
diff -u lilypond/flower/include/guile-compatibility.hh:1.2
lilypond/flower/include/guile-compatibility.hh:1.3
--- lilypond/flower/include/guile-compatibility.hh:1.2 Thu Mar 10 14:36:16 2005
+++ lilypond/flower/include/guile-compatibility.hh Tue Jul 12 22:15:39 2005
@@ -44,6 +44,7 @@
#define scm_is_string(x) SCM_STRINGP (x)
#define scm_hash_table_p scm_vector_p
#define scm_from_locale_stringn(s, n) scm_mem2string (s, n)
+#define scm_from_locale_string(x) scm_makfrom0str(x)
#define scm_i_string_chars(x) SCM_STRING_CHARS (x)
#define scm_i_string_length(x) SCM_STRING_LENGTH (x)
inline int ly_c_number_p (SCM x) { return SCM_NUMBERP (x); }
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs