]> git.ipfire.org Git - thirdparty/tar.git/commit
Fewer macros in create.c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 16:41:37 +0000 (09:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 16:57:13 +0000 (09:57 -0700)
commitda109fae7a8db9bb77c1c3641c1f64d0763ec03e
tree972f484222106c8f140c3ec2201dcbe4ec2be892
parentcc1352699ad0683728fff0fa3f316dddcc10779d
Fewer macros in create.c

* src/create.c (CACHEDIR_SIGNATURE, CACHEDIR_SIGNATURE_SIZE)
(MAX_VAL_WITH_DIGITS, MAX_OCTAL_VAL): Now constants or
inline functions or removed, instead of macros.
(max_octal_val): Accept size rather than type.
src/create.c