Ken Raeburn <raeb...@raeburn.org> writes: > In the case of SCM_MAKE_CHAR, both actions give identical results for > an input of 0, so I think just testing "x <= 0" will silence the > warning without changing the behavior.
Oh, good point. > There's always the inline-function approach, too. Unfortunately no, because we're still not assuming `inline' keyword support from the compiler. Thanks, Ludo'.