issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / compiler / bitop.h
index 42ced24acbe4ef08946634d49c4663c291dfc1f0..ef06649e16cb9d49b33df2f6390afb4b22ab50cb 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_COMPILER_BITOP_H
-#define __CDS_COMPILER_BITOP_H
+#ifndef CDSLIB_COMPILER_BITOP_H
+#define CDSLIB_COMPILER_BITOP_H
 
 // Choose appropriate header for current architecture and compiler
 
@@ -37,4 +37,4 @@
 // Generic (C) implementation
 #include <cds/details/bitop_generic.h>
 
-#endif    // #ifndef __CDS_COMPILER_BITOP_H
+#endif    // #ifndef CDSLIB_COMPILER_BITOP_H