On Sat, 20 Jun 2015 22:28:13 -0700, David Kastrup <d...@gnu.org> wrote:
"Keith OHara" <k-ohara5...@oco.net> writes:
Some people don't like side-effects in loop-control conditionals
while (scm_is_pair (scm_cdr (signature)) // more slots ?
&& scm_is_pair (scm_cadr (signature)) // next one optional ?
&& (signature = scm_cdr (signature)));// deal with it now.
Count me among "some people" here.
Me too. A minute after I sent this I thought of a simpler way at
https://codereview.appspot.com/247190043/
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel