X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/bba24c1d073873d99fd56ef038e9306bdfafe8cc..b3f050848e5d285c2a1d7f8a4bea98984c201805:/mpw.h diff --git a/mpw.h b/mpw.h index 28c8629..3a9763c 100644 --- 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.2 1999/12/10 23:29:48 mdw Exp $ * * Very low-level multiprecision definitions * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: mpw.h,v $ + * Revision 1.2 1999/12/10 23:29:48 mdw + * Change header file guard names. + * * Revision 1.1 1999/11/13 01:52:34 mdw * Very low-level definitions for MP types. * @@ -38,8 +41,8 @@ * */ -#ifndef MPW_H -#define MPW_H +#ifndef CATACOMB_MPW_H +#define CATACOMB_MPW_H #ifdef __cplusplus extern "C" { @@ -47,11 +50,11 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef BITS_H +#ifndef CATACOMB_BITS_H # include #endif -#ifndef MPTYPES_H +#ifndef CATACOMB_MPTYPES_H # include "mptypes.h" #endif