]> git.ipfire.org Git - thirdparty/tar.git/commit
Fewer macros in extract.c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 16:42:59 +0000 (09:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 16:57:13 +0000 (09:57 -0700)
commit79cb9aaab662e3fcabee7145a1c5b4aaa25f5c4d
tree860cdc53c120a4250dfe025e24681a17fa6107fc
parentda109fae7a8db9bb77c1c3641c1f64d0763ec03e
Fewer macros in extract.c

* src/extract.c (ALL_MODE_BITS, RECOVER_NO, RECOVER_OK)
(RECOVER_SKIP): Now constants or inline functions, not macros.
(maybe_recoverable): Return enum recover, not int.
src/extract.c