From: Jan Nieuwenhuizen Date: Wed, 13 Jul 2005 20:42:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df4d4ee561bb58c9a0888e167d35277af5069a14;p=lilypond.git *** empty log message *** --- diff --git a/flower/include/guile-compatibility.hh b/flower/include/guile-compatibility.hh index be79916ab1..98cc83b22a 100644 --- a/flower/include/guile-compatibility.hh +++ b/flower/include/guile-compatibility.hh @@ -44,7 +44,7 @@ inline SCM scm_cadar (SCM x) { return SCM_CADAR (x); } #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); }