Removed extra underscore.
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
721f3d74eb
commit
377f782d23
@@ -215,7 +215,7 @@ static inline bool __cm_atomic_set(bool *val)
|
|||||||
#define CM_ATOMIC_BLOCK()
|
#define CM_ATOMIC_BLOCK()
|
||||||
#else /* defined(__DOXYGEN__) */
|
#else /* defined(__DOXYGEN__) */
|
||||||
#define CM_ATOMIC_BLOCK() \
|
#define CM_ATOMIC_BLOCK() \
|
||||||
for (bool ___CM_SAVER(true), __my = true; __my; __my = false)
|
for (bool __CM_SAVER(true), __my = true; __my; __my = false)
|
||||||
#endif /* defined(__DOXYGEN__) */
|
#endif /* defined(__DOXYGEN__) */
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user