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
/
gfx.c
diff --git
a/gfx.c
b/math/gfx.c
similarity index 99%
rename from
gfx.c
rename to
math/gfx.c
index b1bdd51279855741a39ced9b371e5a943b5d69b8..56bea481df05305b1a6e9c9eb4bd877eeca0b3db 100644
(file)
--- a/
gfx.c
+++ b/
math/gfx.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Low-level arithmetic on binary polynomials
*
*
* Low-level arithmetic on binary polynomials
*
@@
-380,7
+378,7
@@
static test_chunk defs[] = {
int main(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
- test_run(argc, argv, defs, SRCDIR"/t
ests
/gfx");
+ test_run(argc, argv, defs, SRCDIR"/t/gfx");
return (0);
}
return (0);
}