factorial: Fix usage message to fit in with conventions.
[u/mdw/catacomb] / mpw.h
diff --git a/mpw.h b/mpw.h
index 28c8629..b5269dc 100644 (file)
--- a/mpw.h
+++ b/mpw.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mpw.h,v 1.1 1999/11/13 01:52:34 mdw Exp $
+ * $Id: mpw.h,v 1.3 2004/04/08 01:36:15 mdw Exp $
  *
  * Very low-level multiprecision definitions
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: mpw.h,v $
- * Revision 1.1  1999/11/13 01:52:34  mdw
- * Very low-level definitions for MP types.
- *
- * Revision 1.1  1999/11/13 01:50:17  mdw
- * Veyr low level definitions for MP types.
- *
- */
-
-#ifndef MPW_H
-#define MPW_H
+#ifndef CATACOMB_MPW_H
+#define CATACOMB_MPW_H
 
 #ifdef __cplusplus
   extern "C" {
 
 /*----- Header files ------------------------------------------------------*/
 
-#ifndef BITS_H
+#ifndef CATACOMB_BITS_H
 #  include <mLib/bits.h>
 #endif
 
-#ifndef MPTYPES_H
+#ifndef CATACOMB_MPTYPES_H
 #  include "mptypes.h"
 #endif