X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/962405ef18fa03650b4c0607d176cdf967e7fd66..d34decd2b2b88240cf4ca68a2a5feb7bf36de6e7:/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