Andy Wingo writes:
> Hi,
>
> On Thu 02 Apr 2009 05:05, Greg Troxel writes:
>
>> debug.c: In function 'init_stack_limit':
>> debug.c:532: warning: comparison is always false due to limited range of
>> data type
>> debug.c:535: warning: comparison is always false due to limited range
>> of data
- Remove handling of NIL in Scheme. This special casing is, in my
opinion, distressingly unclean. This would require adding a new
ELISP-IF form that accepts #f/nil as false values
We carefully designed ways to handle nil, #f and () in Guile
so as to be able to intermix Lisp and