]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 26 Jul 2004 22:18:12 +0000 (22:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 26 Jul 2004 22:18:12 +0000 (22:18 +0000)
lily/include/lily-guile.hh

index e3139c281bab1473bc09a04cc4cc8e4dfb196d47..ad09be7a3cbf70fcf55bd8052dc8d34fa1c9a8be 100644 (file)
@@ -21,7 +21,7 @@
 #define scm_gc_register_collectable_memory(a, b, c) scm_done_malloc (b)
 #define SCM_VECTOR_REF(v,i) (SCM_VELTS ((v))[(i)])
 #define scm_from_int(x) SCM_MAKINUM (x)
-#define scm_is_int(x) SCM_INUMP (x)
+#define scm_is_integer(x) SCM_INUMP (x)
 #define scm_hash_table_p scm_vector_p
 #endif /* SCM_MINOR_VERSION < 7 */