Change header file guard names.
[u/mdw/catacomb] / mpalloc.h
index a56ed00..8dc7bf7 100644 (file)
--- a/mpalloc.h
+++ b/mpalloc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: mpalloc.h,v 1.1 1999/11/17 18:02:16 mdw Exp $
+ * $Id: mpalloc.h,v 1.2 1999/12/10 23:29:48 mdw Exp $
  *
  * Allocation and freeing of MP buffers
  *
  *
  * Allocation and freeing of MP buffers
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: mpalloc.h,v $
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: mpalloc.h,v $
+ * Revision 1.2  1999/12/10 23:29:48  mdw
+ * Change header file guard names.
+ *
  * Revision 1.1  1999/11/17 18:02:16  mdw
  * New multiprecision integer arithmetic suite.
  *
  */
 
  * Revision 1.1  1999/11/17 18:02:16  mdw
  * New multiprecision integer arithmetic suite.
  *
  */
 
-#ifndef MPARENA_H
-#define MPARENA_H
+#ifndef CATACOMB_MPARENA_H
+#define CATACOMB_MPARENA_H
 
 #ifdef __cplusplus
   extern "C" {
 
 #ifdef __cplusplus
   extern "C" {
@@ -44,7 +47,7 @@
 
 /*----- Header files ------------------------------------------------------*/
 
 
 /*----- Header files ------------------------------------------------------*/
 
-#ifndef MPW_H
+#ifndef CATACOMB_MPW_H
 #  include "mpw.h"
 #endif
 
 #  include "mpw.h"
 #endif