]> arthur.barton.de Git - bup.git/commit - lib/bup/_helpers.c
Use intprops for INTEGRAL_ASSIGNMENT_FITS INTEGER_TO_PY uadd
authorRob Browning <rlb@defaultvalue.org>
Sat, 7 Aug 2021 17:41:55 +0000 (12:41 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 7 Aug 2021 18:15:13 +0000 (13:15 -0500)
commitcc0fce546464ceaeebc387a596eaebfeecd1a50a
treeff25b5e0271f3b3d114897ebc4d3bd3d61b737b8
parent5986a80158ddbd6032a709e04b16019b5c57f641
Use intprops for INTEGRAL_ASSIGNMENT_FITS INTEGER_TO_PY uadd

Rewrite INTEGRAL_ASSIGNMENT_FITS, INTEGER_TO_PY, and uadd using
intprops,  which also avoids needing all the custom (and historically
fragile) compiler option manipulations.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c