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
/
mpx.c
diff --git
a/mpx.c
b/math/mpx.c
similarity index 99%
rename from
mpx.c
rename to
math/mpx.c
index 29e1dedbb1656c8fce39a0f0e7d46b77cdceeb64..12941247276e6f3b70c402021d2db3f0012957a8 100644
(file)
--- a/
mpx.c
+++ b/
math/mpx.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Low-level multiprecision arithmetic
*
@@
-1730,7
+1728,7
@@
static test_chunk defs[] = {
int main(int argc, char *argv[])
{
- test_run(argc, argv, defs, SRCDIR"/t
ests
/mpx");
+ test_run(argc, argv, defs, SRCDIR"/t/mpx");
return (0);
}