Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-05-09 20:00:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-09 20:03:34 +0300
commit119230b565f10aeb13e7ee67ef5d75ec55015083 (patch)
treeeed9e1b849276ef235a77d6c184c36d0adf0dfc1 /intern
parentd8cf14fa67896cfe3144519e138fd1028bbdcb6e (diff)
Cleanup: header, style
Diffstat (limited to 'intern')
-rw-r--r--intern/atomic/intern/atomic_ops_unix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/atomic/intern/atomic_ops_unix.h b/intern/atomic/intern/atomic_ops_unix.h
index 0a0b988bd72..05d0fbf1856 100644
--- a/intern/atomic/intern/atomic_ops_unix.h
+++ b/intern/atomic/intern/atomic_ops_unix.h
@@ -49,8 +49,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef __ATOMIC_OPS_GCC_H__
-#define __ATOMIC_OPS_GCC_H__
+#ifndef __ATOMIC_OPS_UNIX_H__
+#define __ATOMIC_OPS_UNIX_H__
#include "atomic_ops_utils.h"
@@ -177,4 +177,4 @@ ATOMIC_INLINE uint8_t atomic_fetch_and_or_uint8(uint8_t *p, uint8_t b)
# error "Missing implementation for 8-bit atomic operations"
#endif
-#endif /* __ATOMIC_OPS_GCC_H__ */
+#endif /* __ATOMIC_OPS_UNIX_H__ */