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
/
mpreduce.c
diff --git
a/mpreduce.c
b/math/mpreduce.c
similarity index 99%
rename from
mpreduce.c
rename to
math/mpreduce.c
index 5016f29ea34d56a37a7e53ed5987072df09433c3..669f516f325c27ad36b9b045b6f7e303558dde85 100644
(file)
--- a/
mpreduce.c
+++ b/
math/mpreduce.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Efficient reduction modulo nice primes
*
@@
-431,7
+429,7
@@
static test_chunk defs[] = {
int main(int argc, char *argv[])
{
- test_run(argc, argv, defs, SRCDIR"/t
ests
/mpreduce");
+ test_run(argc, argv, defs, SRCDIR"/t/mpreduce");
return (0);
}