diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 13:17:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 13:17:42 (GMT) |
commit | e37816295674d1f53f8a42ed360885bfd7b1bb26 (patch) | |
tree | aab3e98644bbfdde7cee9e7d0644843efc3b481b /libtommath/demo/demo.c | |
parent | d7240e068504daa6bd88d4997196572f848e29ad (diff) | |
parent | 8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff) | |
download | tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.zip tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.tar.gz tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.tar.bz2 |
Revert previous commit: I was not aware that we have a fork of libtommathmistake_20110314a
Diffstat (limited to 'libtommath/demo/demo.c')
-rw-r--r-- | libtommath/demo/demo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libtommath/demo/demo.c b/libtommath/demo/demo.c index bb5eb44..e1f8a5e 100644 --- a/libtommath/demo/demo.c +++ b/libtommath/demo/demo.c @@ -734,7 +734,3 @@ 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 $ */ |