]> granicus.if.org Git - graphviz/commit
gml2gv: replace 'liststk' stack with generic implementation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Feb 2022 06:23:11 +0000 (17:23 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 18 Apr 2022 00:15:54 +0000 (17:15 -0700)
commitd4a015d45b1ce8fb2c30fbadcf257c2ec8c76b28
tree8d991b0029339a326b0d3f5079de63b47b27f02b
parentf705d754bbb790ab1b4eb91730b15c4f3e751581
gml2gv: replace 'liststk' stack with generic 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/gmlparse.y