Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1739:9ddedfc70c4a
[xemacs-hg @ 2003-10-10 18:04:23 by james]
Fix minor C++ breakage introduced by Eric Benson's patch.
author | james |
---|---|
date | Fri, 10 Oct 2003 18:04:25 +0000 |
parents | 68ed93de81b7 |
children | 543769b89fed |
comparison
equal
deleted
inserted
replaced
1738:f43f9ca6c7d9 | 1739:9ddedfc70c4a |
---|---|
1 2003-10-10 Jerry James <james@xemacs.org> | |
2 | |
3 * alloc.c (make_compiled_function): Fix C++ breakage introduced by | |
4 2003-07-25 patch. | |
5 | |
1 2003-07-25 Eric Benson <eric_a_benson@yahoo.com> | 6 2003-07-25 Eric Benson <eric_a_benson@yahoo.com> |
2 | 7 |
3 Delay the allocation and initialization of the args array in | 8 Delay the allocation and initialization of the args array in |
4 compiled_function objects from creation until first use, thus | 9 compiled_function objects from creation until first use, thus |
5 avoiding a bug in the portable dumper. See mail with subject | 10 avoiding a bug in the portable dumper. See mail with subject |