]> granicus.if.org Git - graphviz/commit
use a C99 bool return type for init_query_structure
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 23:22:26 +0000 (16:22 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 01:35:43 +0000 (18:35 -0700)
commit83fc0109faad4a1f1773b4c59daa1985d99318bb
tree51e96f2462cc73d18bad93cf3cfe4f7fd8f5bca5
parent33f2bc9ece8b2f271e5c79acfa4d9f86af3ac9aa
use a C99 bool return type for init_query_structure

Now that we compile with C99, there's no need to use the internal boolean type
for things like this.
lib/ortho/trapezoid.c