]> granicus.if.org Git - graphviz/commit
gvpr mkStmts: use internal temporary buffers instead of sfio
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 19:05:23 +0000 (12:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Sep 2021 22:14:15 +0000 (15:14 -0700)
commit1e9075b9edc73abee7e85448526ccb46b9554fd9
treea1b46c815a07a9719d3b0d0a1abf18108d705469
parent993b85bfd05943eee282255ab038d7b2780d7440
gvpr mkStmts: use internal temporary buffers instead of sfio

This simplifies code, progresses the ongoing sfio removal goal, and also makes
it more obvious to the compiler how to optimize this code.

Related to #1873, #1998.
lib/gvpr/compile.c