]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Jul 2005 20:42:40 +0000 (20:42 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Jul 2005 20:42:40 +0000 (20:42 +0000)
flower/include/guile-compatibility.hh

index be79916ab1780fd1e74612196bf2608def2bc139..98cc83b22a2f5f74928fd8a8bf3e4f05e92c6473 100644 (file)
@@ -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); }