issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / algo / bitop.h
index de9ba52f639e04f6cc113fb2bf36fc2d76371eab..4f9803b4c1f221bff9424c7a5bac95abc31976b7 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_BITOP_H
-#define __CDS_BITOP_H
+#ifndef CDSLIB_BITOP_H
+#define CDSLIB_BITOP_H
 
 /*
     Different bit algorithms:
@@ -136,5 +136,5 @@ namespace cds {
     } // namespace bitop
 } //namespace cds
 
-#endif    // #ifndef __CDS_BITOP_H
+#endif    // #ifndef CDSLIB_BITOP_H