libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit fa13d0214f2d81cc0ef9dcb296c7b084f2d303ff
parent 0d409e30fd712507216d5b4bd32ab4b6cb5fae28
Author: Mattias Andrée <maandree@kth.se>
Date:   Tue, 15 Mar 2016 22:41:57 +0100

Remove unnecessary trim

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Msrc/internals.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/internals.h b/src/internals.h @@ -244,7 +244,6 @@ zsplit_fast_large_taint(z_t high, z_t low, z_t a, size_t n) low->used = n; low->chars = a->chars; TRIM_AND_ZERO(low); - TRIM_AND_ZERO(high); } static inline void