]> granicus.if.org Git - graphviz/commit
undo an unnecessary use of setjmp/longjmp
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 12 Oct 2020 00:23:48 +0000 (17:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Oct 2020 01:31:02 +0000 (18:31 -0700)
commit84b211cc66535a209a8ca31431d59e61d42fbe1e
treef2d168cc9d16960a446affcecc8625ad1b573034
parentf88b2b2f19fba9225d12166aafff6a44c9118763
undo an unnecessary use of setjmp/longjmp

This code actually correctly marks the variables that are affected by the
setjmp/longjmp as volatile, but there is still no need for this complexity. A
standard error code return does the trick much simpler. Related to #1801.
cmd/lefty/dot2l/dot2l.c