comparison src/ChangeLog @ 4377:751d82f59283

Fix the union build--check that built-in macro function values are nil, not zero. 2008-01-02 Aidan Kehoe <kehoea@parhasard.net> * doc.c (Fbuilt_in_symbol_file): Don't check is fun zero in the condition, check that it's not nil. Fixes the union build; thank you Stephen.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 02 Jan 2008 11:16:16 +0100
parents 69e6352406f0
children 0c089d397c3e
comparison
equal deleted inserted replaced
4374:4939bde48d12 4377:751d82f59283
1 2008-01-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * doc.c (Fbuilt_in_symbol_file):
4 Don't check is fun zero in the condition, check that it's not
5 nil. Fixes the union build; thank you Stephen.
6
1 2007-12-30 Aidan Kehoe <kehoea@parhasard.net> 7 2007-12-30 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * doc.c (Fbuilt_in_symbol_file): 9 * doc.c (Fbuilt_in_symbol_file):
4 Take a new TYPE argument, specifying whether the function or 10 Take a new TYPE argument, specifying whether the function or
5 variable definition of the symbol should be searched for. 11 variable definition of the symbol should be searched for.