]> granicus.if.org Git - graphviz/commit
remove inlining of flip_rec_box
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Apr 2021 00:03:37 +0000 (17:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Apr 2021 03:31:44 +0000 (20:31 -0700)
commitafe3d064dbef111eb6a79502944d7d53136e132c
tree42a7a598a429e7002d785cd5a2b40bb37f78ea11
parenta7dcd8894c4ad13f9e0a3035cde9f23f5052bdf2
remove inlining of flip_rec_box

With a modern compiler, the inline keyword is more or less ignored and the
compiler makes a (usually better) decision itself.
lib/common/geom.c