issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / gc / nogc.h
index 38560f1cb4ece069a69acc56f7e8725f7b0482f0..64b7cad695bfc5d73bb5434193028f7c6539bfea 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_GC_NOGC_H
-#define __CDS_GC_NOGC_H
+#ifndef CDSLIB_GC_NOGC_H
+#define CDSLIB_GC_NOGC_H
 
 namespace cds { namespace gc {
 
@@ -26,4 +26,4 @@ namespace cds { namespace gc {
 
 }}  // namespace cds::gc
 
-#endif // #define __CDS_GC_NOGC_H
+#endif // #define CDSLIB_GC_NOGC_H