chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rearrange the file tree.
[catacomb]
/
math
/
mpcrt.c
diff --git
a/mpcrt.c
b/math/mpcrt.c
similarity index 99%
rename from
mpcrt.c
rename to
math/mpcrt.c
index bf6459f2663d58c1f1e5e833f39837c880371b39..a8f805fb729936c86f7ce25c96fa85b8992e4252 100644
(file)
--- a/
mpcrt.c
+++ b/
math/mpcrt.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Chinese Remainder Theorem computations (Gauss's algorithm)
*
*
* Chinese Remainder Theorem computations (Gauss's algorithm)
*
@@
-284,7
+282,7
@@
static test_chunk tests[] = {
int main(int argc, char *argv[])
{
sub_init();
int main(int argc, char *argv[])
{
sub_init();
- test_run(argc, argv, tests, SRCDIR "/t
ests
/mpcrt");
+ test_run(argc, argv, tests, SRCDIR "/t/mpcrt");
return (0);
}
return (0);
}