]> granicus.if.org Git - graphviz/commit
gvpr colorx: use a local agxbuf instead of GVPR state’s 'tmp'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 7 Aug 2022 17:25:32 +0000 (10:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Aug 2022 16:18:53 +0000 (09:18 -0700)
commit31fbbd02083b608df8c004d1a10da9c5a17f6393
tree00478c207949455036e21d5c7e99101a4109abf9
parentf69e073eb05beacedb0f6e5044cd408473ea00ad
gvpr colorx: use a local agxbuf instead of GVPR state’s 'tmp'

This makes it clearer to both humans and the compiler that the data written to
this buffer is not required beyond this function. This also gets us closer to
removing an SFIO dependency.

Gitlab: #1873
lib/gvpr/actions.c
lib/gvpr/actions.h
lib/gvpr/compile.c