]> git.donarmstrong.com Git - lilypond.git/commitdiff
document use of ly_{car,cdr}
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 23 Dec 2006 21:32:35 +0000 (22:32 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 15:35:31 +0000 (16:35 +0100)
lily/include/lily-guile.hh

index 3422089e9c50e043b884093d37600de8d42e14e3..02cdf7ddca2f61180961ff641fb7bb14742870ca 100644 (file)
@@ -168,6 +168,10 @@ typedef SCM (*Scheme_function_2) (GUILE_ELLIPSIS);
 typedef SCM (*Scheme_function_3) (GUILE_ELLIPSIS);
 #endif
 
+
+/*
+  Inline these for performance reasons.
+ */
 #define scm_cdr ly_cdr
 #define scm_car ly_car