]> granicus.if.org Git - graphviz/commit
gvgen: replace inline stack with generation implementation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Feb 2022 07:52:15 +0000 (18:52 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 19 Apr 2022 04:06:24 +0000 (21:06 -0700)
commitb6cf43afcdb74584894bc8f2d625a95457ce0657
tree99df38a94f46c4d8708134ec9486c85572d146c8
parentfd43aaf8f72d29c505d97a4de73217ba83ce9092
gvgen: replace inline stack with generation implementation

Similar to previous changes to `gc` in 4e2875fd7376338259dcb3ccc8f029d58bdf22dd,
this replaces some duplicated functionality with the generic Graphviz stack
implementation. This also introduces some missing allocation failure checks.

Gitlab: #1793
cmd/tools/graph_generator.c