]> granicus.if.org Git - graphviz/commit
use a C99 bool for nop’s chkOnly flag
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 18:05:00 +0000 (11:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 00:01:14 +0000 (17:01 -0700)
commit7952909598f22d188c96e3084c1efcb1705e5121
tree4f611ec918f8bd42c0a44f76def97ff9771e6155
parentb732dd98b0c87d481f9da037bc11c310871b8482
use a C99 bool for nop’s chkOnly flag

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