]> granicus.if.org Git - graphviz/commit
lib/gvpr/compile.c: rewrite 'INT2PTR' macro as a function
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 19:26:07 +0000 (12:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Sep 2021 20:37:37 +0000 (13:37 -0700)
commit1466829f1eebb6690fe6f212f55123cf857cb64a
tree643859abcde348c87b4c74a79cdb852beb483c7b
parent28b2b3c45aaa8f47e8e815421c21171b641de0f6
lib/gvpr/compile.c: rewrite 'INT2PTR' macro as a function

This is more straightforward, type safe, and shorter.
lib/gvpr/compile.c