X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/bba24c1d073873d99fd56ef038e9306bdfafe8cc..b3f050848e5d285c2a1d7f8a4bea98984c201805:/mptext.h diff --git a/mptext.h b/mptext.h index 667c098..e9e68a8 100644 --- a/mptext.h +++ b/mptext.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mptext.h,v 1.1 1999/11/17 18:02:16 mdw Exp $ + * $Id: mptext.h,v 1.2 1999/12/10 23:29:48 mdw Exp $ * * Textual representation of multiprecision numbers * @@ -30,13 +30,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: mptext.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. * */ -#ifndef MPTEXT_H -#define MPTEXT_H +#ifndef CATACOMB_MPTEXT_H +#define CATACOMB_MPTEXT_H #ifdef __cplusplus extern "C" { @@ -44,7 +47,7 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef MP_H +#ifndef CATACOMB_MP_H # include "mp.h" #endif