Skip to content

Commit 02cbf27

Browse files
committed
intermediate helper -u
1 parent 192e229 commit 02cbf27

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tommath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ mp_err mp_radix_size_overestimate(const mp_int *a, const int radix, size_t *size
586586
mp_err mp_fread(mp_int *a, int radix, FILE *stream) MP_WUR;
587587
mp_err mp_fwrite(const mp_int *a, int radix, FILE *stream) MP_WUR;
588588
mp_err mp_printf_extension_init(void) MP_WUR;
589-
void mp_printf_extension_clear(void);
589+
void mp_printf_extension_clear(void);
590590
#endif
591591

592592
#define mp_to_binary(M, S, N) mp_to_radix((M), (S), (N), NULL, 2)

tommath_class.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,11 @@
716716
#endif
717717

718718
#if defined(MP_PRINTF_EXTENSION_C)
719+
# define MP_PRINTF_EXTENSION_CLEAR_C
720+
# define MP_PRINTF_EXTENSION_INIT_C
719721
# define MP_RADIX_SIZE_OVERESTIMATE_C
720722
# define MP_TO_RADIX_C
721-
# define S_MP_PRINT_MP_DIGIT_ARGINFO_C
722-
# define S_MP_PRINT_MP_DIGIT_BINARY_C
723+
# define S_MP_ISNEG_C
723724
# define S_MP_PRINT_MP_DIGIT_C
724725
# define S_MP_PRINT_MP_INT_ARGINFO_C
725726
# define S_MP_PRINT_MP_INT_C

0 commit comments

Comments
 (0)