X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/bba24c1d073873d99fd56ef038e9306bdfafe8cc..b3f050848e5d285c2a1d7f8a4bea98984c201805:/mpscan.h diff --git a/mpscan.h b/mpscan.h index af7306d..98f2a3d 100644 --- a/mpscan.h +++ b/mpscan.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpscan.h,v 1.2 1999/11/13 01:55:10 mdw Exp $ + * $Id: mpscan.h,v 1.3 1999/12/10 23:29:48 mdw Exp $ * * Sequential bit scan of multiprecision integers * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: mpscan.h,v $ + * Revision 1.3 1999/12/10 23:29:48 mdw + * Change header file guard names. + * * Revision 1.2 1999/11/13 01:55:10 mdw * Fixed so that they compile. Minor interface changes. * @@ -38,8 +41,8 @@ * */ -#ifndef MPSCAN_H -#define MPSCAN_H +#ifndef CATACOMB_MPSCAN_H +#define CATACOMB_MPSCAN_H #ifdef __cplusplus extern "C" { @@ -47,7 +50,7 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef MPW_H +#ifndef CATACOMB_MPW_H # include "mpw.h" #endif