Skip to content

Commit 5a4cfcd

Browse files
committed
back to start
1 parent 7ea07d3 commit 5a4cfcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helper.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ sub update_dep
446446

447447
sub generate_def {
448448
my @files = glob '*mp_*.c';
449-
@files = map { my $x = $_; $x =~ s/\.c$//g; $x =~ s/mp_printf_extension//g;$x; } @files;
449+
@files = map { my $x = $_; $x =~ s/\.c$//g;$x; } @files;
450450
@files = grep(!/mp_cutoffs/, @files);
451451

452452
my $files = join("\n ", sort(grep(/^mp_/, @files)));

tommath.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ EXPORTS
8888
mp_prime_rabin_miller_trials
8989
mp_prime_rand
9090
mp_prime_strong_lucas_selfridge
91+
mp_printf_extension
9192
mp_radix_size
9293
mp_radix_size_overestimate
9394
mp_rand

0 commit comments

Comments
 (0)