]> granicus.if.org Git - graphviz/commit
expr: remove dereferencing and parens around calling 'Exdisc_t.keyf'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Aug 2022 04:29:21 +0000 (21:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Aug 2022 04:29:21 +0000 (21:29 -0700)
commit3366024b1607e5dbad5b55abcf414d7fef70bc1a
tree5eb28a857a885150e4be1adb8f2b54541c5283c9
parent4ad70fbb609697333836526a60d5b37abf26648f
expr: remove dereferencing and parens around calling 'Exdisc_t.keyf'

The compiler does not need to be explicitly told how to call through a function
pointer.
lib/expr/exeval.c