Expunge revision histories in files.
[u/mdw/catacomb] / mp-io.c
diff --git a/mp-io.c b/mp-io.c
index 0a102e9..4ef8ee0 100644 (file)
--- a/mp-io.c
+++ b/mp-io.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mp-io.c,v 1.6 2002/10/20 01:12:31 mdw Exp $
+ * $Id: mp-io.c,v 1.7 2004/04/08 01:36:15 mdw Exp $
  *
  * Loading and storing of multiprecision integers
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: mp-io.c,v $
- * Revision 1.6  2002/10/20 01:12:31  mdw
- * Two's complement I/O fixes.
- *
- * Revision 1.5  2002/10/06 22:52:50  mdw
- * Pile of changes for supporting two's complement properly.
- *
- * Revision 1.4  2000/06/17 11:45:09  mdw
- * Major memory management overhaul.  Added arena support.  Use the secure
- * arena for secret integers.  Replace and improve the MP management macros
- * (e.g., replace MP_MODIFY by MP_DEST).
- *
- * Revision 1.3  1999/11/21 22:13:02  mdw
- * Add mp version of MPX_BITS.
- *
- * Revision 1.2  1999/11/19 13:19:06  mdw
- * Set flags on results correctly.
- *
- * Revision 1.1  1999/11/17 18:02:16  mdw
- * New multiprecision integer arithmetic suite.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "mp.h"