lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 4342 in lilypond: Patch: Replace C++ (in)equal


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4342 in lilypond: Patch: Replace C++ (in)equality checks with proper SCM syntax
Date: Tue, 07 Apr 2015 16:35:46 +0000


Comment #3 on issue 4342 by address@hidden: Patch: Replace C++ (in)equality checks with proper SCM syntax
https://code.google.com/p/lilypond/issues/detail?id=4342

scm_is_true(x) is defined as !scm_is_false(x), so we cannot use it for comparison with SCM_BOOL_T. Comparison with SCM_EOL is available in GUILEv1 as scm_is_null. Comparison with SCM_UNDEFINED for better or worse is SCM_UNBNDP(x).

Does ly_is_exact serve a significantly different purpose than ly_is_rational?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]