comparison src/ChangeLog @ 5334:b249c479f9e1

Replace some C++ comments with C89-style /* */ comments, mc-alloc.c 2011-01-10 Aidan Kehoe <kehoea@parhasard.net> * mc-alloc.c (get_used_list_index): Replace some C++ comments with C-style /* comments.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 10 Jan 2011 20:00:57 +0000
parents 1dbc93b7ba19
children 287499ff4c5f 7ebbe334061e
comparison
equal deleted inserted replaced
5333:aa2705c83c24 5334:b249c479f9e1
1 2011-01-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mc-alloc.c (get_used_list_index):
4 Replace some C++ comments with C-style /* comments.
5
1 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> 6 2011-01-02 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * fns.c (FdeleteX, FremoveX, Fnsubstitute, Fsubstitute, syms_of_fns): 8 * fns.c (FdeleteX, FremoveX, Fnsubstitute, Fsubstitute, syms_of_fns):
4 Don't repeat the declaration and DEFSYMBOL() for Qnintersection in 9 Don't repeat the declaration and DEFSYMBOL() for Qnintersection in
5 this file; don't assume that bignums are always available. Fixes 10 this file; don't assume that bignums are always available. Fixes