]> granicus.if.org Git - graphviz/commit
lib/gvpr/compile.c: rewrite 'PTR2INT' macro as a function
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 19:31:39 +0000 (12:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Sep 2021 20:37:37 +0000 (13:37 -0700)
commit3326bd099dcfdcfea76bd08e3b36bdd9e630f265
treeec140cd0ba521ac20ff04eaabe8956899f20aed0
parent1466829f1eebb6690fe6f212f55123cf857cb64a
 lib/gvpr/compile.c: rewrite 'PTR2INT' macro as a function

This is more straightforward, type safe, and shorter. This also squashes 13
-Wbad-function-cast compiler warnings.
lib/gvpr/compile.c