]> granicus.if.org Git - graphviz/commit
use a C99 bool for ingraph’s heap flag
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 18:03:13 +0000 (11:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 00:01:14 +0000 (17:01 -0700)
commit9ab4006fdef926f09397b195a59ade091f93ae66
tree1efe4cd402558d9b3d0e2b6ce431a85237b40afd
parent67a41c87d95ccedb6a0855518f398e1961e19750
use a C99 bool for ingraph’s heap flag

The semantics of this flag were already a boolean value, so we can use the type
system to more obviously indicate this.
lib/ingraphs/ingraphs.c
lib/ingraphs/ingraphs.h