[mpich2-commits] r5498 - mpich2/trunk/src/include

goodell at mcs.anl.gov goodell at mcs.anl.gov
Tue Oct 20 15:35:28 CDT 2009


Author: goodell
Date: 2009-10-20 15:35:28 -0500 (Tue, 20 Oct 2009)
New Revision: 5498

Modified:
   mpich2/trunk/src/include/mpiatomic.h
Log:
Twiddle the include guard in mpiatomic.h.

No reviewer.

Modified: mpich2/trunk/src/include/mpiatomic.h
===================================================================
--- mpich2/trunk/src/include/mpiatomic.h	2009-10-20 20:35:27 UTC (rev 5497)
+++ mpich2/trunk/src/include/mpiatomic.h	2009-10-20 20:35:28 UTC (rev 5498)
@@ -4,8 +4,8 @@
  *      See COPYRIGHT in top-level directory.
  */
 
-#ifndef MPIIMPLATOMIC_H_INCLUDED
-#define MPIIMPLATOMIC_H_INCLUDED
+#ifndef MPIATOMIC_H_INCLUDED
+#define MPIATOMIC_H_INCLUDED
 
 #include <stddef.h>
 #include <string.h>
@@ -628,4 +628,4 @@
 #undef FUNCNAME
 #undef FCNAME
 
-#endif /* defined(MPIIMPLATOMIC_H_INCLUDED) */
+#endif /* defined(MPIATOMIC_H_INCLUDED) */



More information about the mpich2-commits mailing list