]> granicus.if.org Git - graphviz/commit
gvpack: rename variables called 'new'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 14 Apr 2022 00:31:59 +0000 (17:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 25 Apr 2022 02:12:48 +0000 (19:12 -0700)
commit9c1738868630c8433b540439ea1683fa7dc09e49
tree00cb0365d35903048e88f176909d3ab9bbdc7b77
parentd1c74d68aa8f5cd138a9efdba5cafb4975a919ed
gvpack: rename variables called 'new'

Having variables called `new` prevents this code being moved to C++, where `new`
is a keyword.

Gitlab: #2154
cmd/tools/gvpack.c