]> 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>
Sat, 6 Aug 2022 17:10:30 +0000 (10:10 -0700)
commita906c04ddc8f162ea5bc7f25574c6677459c7fdf
treeeb7d2714e906e0d451ddbdd645493d33d6bfec1b
parent8329d076001a058d8bdce58e874d9d8754ad7251
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