* alloc.c (make_pure_float): Align pureptr on a sizeof (double)
authorJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:22:03 +0000 (14:22 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:22:03 +0000 (14:22 +0000)
commit1a4f1e2c64593b8700f58cb376d2f3dd54f4f0d0
treeec26d605698facbba07f7e91f33feb5ee9dd56ab
parentbeb593aa1538ffbf4bafd14a92f5d3dc00c3872a
* alloc.c (make_pure_float): Align pureptr on a sizeof (double)
boundary before allocating the float.

* alloc.c: Add description lines to the top of each page.

* alloc.c (mark_interval_tree): Remove spurious & in front of
function name.

* alloc.c (UNMARK_BALANCE_INTERVALS): Fix to accomodate compilers
other than GCC, which do not allow casts on the LHS of an
assignment.

* alloc.c (mark_object, mark_buffer): Remove some unused
variables.
src/alloc.c