]> granicus.if.org Git - graphviz/commit
use a C99 bool for segment_t.is_inserted
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 23:29:57 +0000 (16:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 01:35:43 +0000 (18:35 -0700)
commit8bd3a4154a6e402dd5a8047c6d3edf47ca6a202b
treea55adb11bdd23501efe5bacb2a5cf27926ec5780
parent83fc0109faad4a1f1773b4c59daa1985d99318bb
use a C99 bool for segment_t.is_inserted

Now that we compile with C99, there is no need to use an ambiguous type like int
or the hand rolled boolean values for something like this.
lib/ortho/partition.c
lib/ortho/trap.h
lib/ortho/trapezoid.c