issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / compiler / gcc / compiler_barriers.h
index eb41faa99984e0763e1810ed15de61c1f1704d28..42dc53a737ea92beb630eb9be652618b19517832 100644 (file)
@@ -1,10 +1,10 @@
 //$$CDS-header$$
 
-#ifndef __CDS_COMPILER_GCC_COMPILER_BARRIERS_H
-#define __CDS_COMPILER_GCC_COMPILER_BARRIERS_H
+#ifndef CDSLIB_COMPILER_GCC_COMPILER_BARRIERS_H
+#define CDSLIB_COMPILER_GCC_COMPILER_BARRIERS_H
 
 #define CDS_COMPILER_RW_BARRIER  __asm__ __volatile__ ( "" ::: "memory" )
 #define CDS_COMPILER_R_BARRIER   CDS_COMPILER_RW_BARRIER
 #define CDS_COMPILER_W_BARRIER   CDS_COMPILER_RW_BARRIER
 
-#endif  // #ifndef __CDS_COMPILER_GCC_COMPILER_BARRIERS_H
+#endif  // #ifndef CDSLIB_COMPILER_GCC_COMPILER_BARRIERS_H