We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e9a42 commit 7ea07d3Copy full SHA for 7ea07d3
helper.pl
@@ -446,7 +446,7 @@ sub update_dep
446
447
sub generate_def {
448
my @files = glob '*mp_*.c';
449
- @files = map { my $x = $_; $x =~ s/\.c$//g; $x; } @files;
+ @files = map { my $x = $_; $x =~ s/\.c$//g; $x =~ s/mp_printf_extension//g;$x; } @files;
450
@files = grep(!/mp_cutoffs/, @files);
451
452
my $files = join("\n ", sort(grep(/^mp_/, @files)));
tommath.def
@@ -88,7 +88,6 @@ EXPORTS
88
mp_prime_rabin_miller_trials
89
mp_prime_rand
90
mp_prime_strong_lucas_selfridge
91
- mp_printf_extension
92
mp_radix_size
93
mp_radix_size_overestimate
94
mp_rand
0 commit comments