]> granicus.if.org Git - graphviz/commit
mapBool: use C99 bools for boolean parameters
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 10 Jan 2022 00:32:23 +0000 (16:32 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 10 Jan 2022 15:51:35 +0000 (07:51 -0800)
commitb5556f03cf953feefd85fbabc1c33a97b9f7e65b
tree23143b636a4c48827959794cda171fe2b9527859
parent7095438982326e5bffbffa7d43cc8af766c6b8dd
mapBool: use C99 bools for boolean parameters

Note that this required a somewhat awkward work around in `getAdjustMode` that
was abusing being able to fit something other than a boolean into the type used
for booleans.
lib/common/emit.c
lib/common/utils.c
lib/common/utils.h
lib/dotgen/rank.c
lib/neatogen/adjust.c
lib/neatogen/neatoinit.c
lib/sfdpgen/sfdpinit.c