]> granicus.if.org Git - graphviz/commit
expr: remove dereferencing and parens around calling 'Exdisc_t.reff'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Aug 2022 03:56:27 +0000 (20:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Aug 2022 03:56:27 +0000 (20:56 -0700)
commitecb5f46d1637298030a4679d5725ac4eb1531318
treec1683fef0fcc260f10c10663f1e6de41d1427cfd
parentf845c83aa47cb31ccc341477e192d1390f72fa85
expr: remove dereferencing and parens around calling 'Exdisc_t.reff'

The compiler does not need to be explicitly told how to call through a function
pointer.
lib/expr/exgram.h
lib/expr/exparse.y
lib/expr/extoken.c