issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / memory / michael / options.h
index 95a9d5a8f810a68e48f8ef45d4f4aac1f02f54d3..f6cd59ae81882229f21911dd1d8d3efe059d40b4 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_MEMORY_MICHAEL_OPTIONS_H
-#define __CDS_MEMORY_MICHAEL_OPTIONS_H
+#ifndef CDSLIB_MEMORY_MICHAEL_OPTIONS_H
+#define CDSLIB_MEMORY_MICHAEL_OPTIONS_H
 
 /*
     Options for Michael allocator
@@ -251,4 +251,4 @@ namespace cds { namespace memory { namespace michael {
 
 }}} // namespace cds::memory::michael
 
-#endif // #ifndef __CDS_MEMORY_MICHAEL_OPTIONS_H
+#endif // #ifndef CDSLIB_MEMORY_MICHAEL_OPTIONS_H