]> granicus.if.org Git - graphviz/commit
expr gen: remove dereferencing and parens on function pointer
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Aug 2022 01:48:41 +0000 (18:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Aug 2022 01:48:41 +0000 (18:48 -0700)
commit9ac2955594a65569f94d33066d59aba272e06ebe
tree5b676e38510e10be58a77c2190a28a11fabf99dc
parent3fe831fc7a3d5b89487918d74419c40a5c2e2f70
expr gen: remove dereferencing and parens on function pointer

The compiler knows how to call through a function pointer without needing to be
explicitly told.
lib/expr/excc.c