From dd02c7f0beafc5c5972cb7e5e8b367604cbb3065 Mon Sep 17 00:00:00 2001 From: janneke Date: Wed, 13 Jul 2005 20:42:40 +0000 Subject: [PATCH] *** empty log message *** --- flower/include/guile-compatibility.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5