From: Han-Wen Nienhuys Date: Sat, 23 Dec 2006 21:32:35 +0000 (+0100) Subject: document use of ly_{car,cdr} X-Git-Tag: release/2.11.5-1~33^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ec03bb33131a64ccc6701016a17a3d25b58513c5;p=lilypond.git document use of ly_{car,cdr} --- diff --git a/lily/include/lily-guile.hh b/lily/include/lily-guile.hh index c2cfb8ebfc..6aa25f828a 100644 --- a/lily/include/lily-guile.hh +++ b/lily/include/lily-guile.hh @@ -171,6 +171,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