CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/07/13 20:42:41
Modified files: flower/include : guile-compatibility.hh Log message: CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/flower/include/guile-compatibility.hh.diff?tr1=1.3&tr2=1.4&r1=text&r2=text Patches: Index: lilypond/flower/include/guile-compatibility.hh diff -u lilypond/flower/include/guile-compatibility.hh:1.3 lilypond/flower/include/guile-compatibility.hh:1.4 --- lilypond/flower/include/guile-compatibility.hh:1.3 Tue Jul 12 22:15:39 2005 +++ lilypond/flower/include/guile-compatibility.hh Wed Jul 13 20:42:40 2005 @@ -44,7 +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_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 Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs