]> git.ipfire.org Git - thirdparty/tar.git/commit
Fewer macros in transform.c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 16:53:35 +0000 (09:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 16:57:13 +0000 (09:57 -0700)
commit82ef07c9bde1c1a30d30a5079597baed3854648b
tree79d676244a661cc6745d890b0c8a578120b999c2
parent350cc4077e262942a18081abc5fe5c575964a0cd
Fewer macros in transform.c

* src/transform.c (CASE_CTL_RESET): Remove, replacing with one
instance of code (with a goto, alas).  Still a bit clearer, I think.
src/transform.c