On Thu, 21 Nov 2013 01:34:46 -0800, <[email protected]> wrote:

How about
if (min_sys_count > ideal_sys_count // subtraction wrapped around
    || min_sys_count <= 0)
   min_sys_count = 1;

Saves you the min thing.

That is compact, but I want to keep the min thing separate for code history.  
The two fixups of min_sys_count came from different people at different times.

This code is not run often enough that I worry about an extra test and branch.


_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to