lilypond-devel
[Top][All Lists]
Advanced

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

Re: Replace C++ (in)equality checks with proper SCM syntax (issue 226840


From: nine . fierce . ballads
Subject: Re: Replace C++ (in)equality checks with proper SCM syntax (issue 226840043 by address@hidden)
Date: Wed, 08 Apr 2015 01:38:21 +0000

x == SCM_EOL               --->            ly_is_eol (x)

But...

Guile has scm_is_null which is a macro expanding to the direct
comparison with SCM_EOL if the type debugging is switched off, and to
something that works and compiles if it is on.
[David K. in
http://lists.gnu.org/archive/html/lilypond-devel/2011-08/msg00655.html ]


https://codereview.appspot.com/226840043/



reply via email to

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