comparison src/ChangeLog @ 5332:1dbc93b7ba19

Let's try that last commit again; remove some more duplicate declarations. src/ChangeLog addition: (syms_of_fns): Remove a couple more duplicate symbol declarations.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 02 Jan 2011 18:05:05 +0000
parents 7ea837399734
children b249c479f9e1 89331fa1c819
comparison
equal deleted inserted replaced
5331:7ea837399734 5332:1dbc93b7ba19
3 * fns.c (FdeleteX, FremoveX, Fnsubstitute, Fsubstitute, syms_of_fns): 3 * fns.c (FdeleteX, FremoveX, Fnsubstitute, Fsubstitute, syms_of_fns):
4 Don't repeat the declaration and DEFSYMBOL() for Qnintersection in 4 Don't repeat the declaration and DEFSYMBOL() for Qnintersection in
5 this file; don't assume that bignums are always available. Fixes 5 this file; don't assume that bignums are always available. Fixes
6 some of the build problems the buildbot is showing me at the 6 some of the build problems the buildbot is showing me at the
7 moment. 7 moment.
8 (syms_of_fns): Remove a couple more duplicate symbol declarations.
8 9
9 2011-01-01 Aidan Kehoe <kehoea@parhasard.net> 10 2011-01-01 Aidan Kehoe <kehoea@parhasard.net>
10 11
11 * data.c (print_ephemeron, print_weak_list, print_weak_box): 12 * data.c (print_ephemeron, print_weak_list, print_weak_box):
12 Be more helpful in printing these structures; show their contents, 13 Be more helpful in printing these structures; show their contents,