diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 12:08:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 12:08:07 (GMT) |
commit | a3eb84e8cb98e97f4d06ef6d77df7c6c79b3fb45 (patch) | |
tree | 9a4dfb92b8e6611111c7e8fe06f7767b18b9e695 /libtommath/demo | |
parent | d5b999af66b8094ad876dd981255d78f295766aa (diff) | |
download | tcl-a3eb84e8cb98e97f4d06ef6d77df7c6c79b3fb45.zip tcl-a3eb84e8cb98e97f4d06ef6d77df7c6c79b3fb45.tar.gz tcl-a3eb84e8cb98e97f4d06ef6d77df7c6c79b3fb45.tar.bz2 |
Import of tommath 0.42.0
Diffstat (limited to 'libtommath/demo')
-rw-r--r-- | libtommath/demo/demo.c | 6 | ||||
-rw-r--r-- | libtommath/demo/timing.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libtommath/demo/demo.c b/libtommath/demo/demo.c index bb5eb44..3e5663b 100644 --- a/libtommath/demo/demo.c +++ b/libtommath/demo/demo.c @@ -735,6 +735,6 @@ printf("compare no compare!\n"); exit(EXIT_FAILURE); } return 0; } -/* $Source: /cvs/libtom/libtommath/demo/demo.c,v $ */ -/* $Revision: 1.3 $ */ -/* $Date: 2005/06/24 11:32:07 $ */ +/* $Source$ */ +/* $Revision: 0.36 $ */ +/* $Date: 2005-08-01 16:37:28 +0000 $ */ diff --git a/libtommath/demo/timing.c b/libtommath/demo/timing.c index d4660a9..57bb6d4 100644 --- a/libtommath/demo/timing.c +++ b/libtommath/demo/timing.c @@ -314,6 +314,6 @@ int main(void) return 0; } -/* $Source: /cvs/libtom/libtommath/demo/timing.c,v $ */ -/* $Revision: 1.2 $ */ -/* $Date: 2005/05/05 14:38:47 $ */ +/* $Source$ */ +/* $Revision: 0.36 $ */ +/* $Date: 2005-08-01 16:37:28 +0000 $ */ |