Remove underscore prefixes to match c lanuguage standard
This commit is contained in:
@@ -5,8 +5,8 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||
"LICENSE" at the root of this distribution.
|
||||
-----------------------------------------------------------------------------*/
|
||||
#pragma once
|
||||
#ifndef __MIMALLOC_ATOMIC_H
|
||||
#define __MIMALLOC_ATOMIC_H
|
||||
#ifndef MIMALLOC_ATOMIC_H
|
||||
#define MIMALLOC_ATOMIC_H
|
||||
|
||||
// ------------------------------------------------------
|
||||
// Atomics
|
||||
|
||||
Reference in New Issue
Block a user