]> granicus.if.org Git - graphviz/commit
gv2gml: rename 'Agnodeinfo_t' type to 'Local_Agnodeinfo_t'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 18:23:42 +0000 (11:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 1 Oct 2021 14:49:27 +0000 (07:49 -0700)
commita8d2e3e2c78b0cf88068d2f1cdb39371597a9408
tree01a926e690fcf643b45cbde615ca66b0ba2f1ee3
parent1924448b98dc1d380ec223de7ec62fca6a4ad694
gv2gml: rename 'Agnodeinfo_t' type to 'Local_Agnodeinfo_t'

This has no immediate effect, but having a type named `Agnodeinfo_t` prevents
including lib/common/types.h which has its own `Agnodeinfo_t`. We will want to
include this header (transitively) in an upcoming commit.

Related to #1276.
cmd/tools/gv2gml.c