Minor ABLOCKS_BUSY cleanups in alloc.c
commit9341142dc876f4d93c442242206a7d2d40fd03af
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jun 2016 00:05:39 +0000 (20 02:05 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jun 2016 00:06:17 +0000 (20 02:06 +0200)
tree4938e096b91a75282b63fdcf59947533d4a6d3c3
parentdd39c6fbeb299f0b203f01388e83f5e02767b8ff
Minor ABLOCKS_BUSY cleanups in alloc.c

* src/alloc.c (ABLOCKS_BUSY): Rename arg to avoid potential clash
with member ‘abase’ in definiens.
(lisp_align_malloc, lisp_align_free): Use bool for boolean.
Avoid compiler warning with fewer casts.
(lisp_align_free): Check busy-field values; this can help the
compiler a bit when optimizing, too.
src/alloc.c