From 119230b565f10aeb13e7ee67ef5d75ec55015083 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 May 2016 03:00:37 +1000 Subject: Cleanup: header, style --- intern/atomic/intern/atomic_ops_unix.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intern') 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__ */ -- cgit v1.2.3