]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/guile-compatibility.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / guile-compatibility.hh
index fc66c1c9f7b1ce278e225fadb5ef214c17cde2e3..d61d50e35173f259aedebe2cc35d2b899efd58bf 100644 (file)
@@ -56,7 +56,7 @@ inline bool ly_c_symbol_p (SCM x) { return SCM_SYMBOLP (x); }
 inline bool ly_c_boolean_p (SCM x) { return SCM_BOOLP (x); }
 #define scm_is_bool(x) ly_c_boolean_p(x)
 inline bool ly_c_eq_p (SCM x, SCM y) { return SCM_EQ_P (x, y); }
-#define scm_is_eq(x,y) (SCM_EQ_P ((x), (y)))
+#define scm_is_eq(x, y) (SCM_EQ_P ((x), (y)))
 
 #define scm_c_string_length(x) SCM_STRING_LENGTH (x)
 #define scm_is_pair(x) (SCM_CONSP (x))