Commit 5cd8c3be authored by David Reid's avatar David Reid

Add placeholder tags for c89atomic amalgamation.

parent 080623d3
...@@ -7601,6 +7601,10 @@ ma_atomic_increment/decrement_*() takes a pointer to the variable being incremen ...@@ -7601,6 +7601,10 @@ ma_atomic_increment/decrement_*() takes a pointer to the variable being incremen
ma_uint32 newValue = ma_atomic_increment_32(&theValueToIncrement); ma_uint32 newValue = ma_atomic_increment_32(&theValueToIncrement);
**************************************************************************************************************************************************************/ **************************************************************************************************************************************************************/
/* c89atomic.h begin */
/* c89atomic.h end */
#if defined(__clang__) #if defined(__clang__)
#if defined(__has_builtin) #if defined(__has_builtin)
#if __has_builtin(__sync_swap) #if __has_builtin(__sync_swap)
...@@ -7651,6 +7655,7 @@ ma_atomic_increment/decrement_*() takes a pointer to the variable being incremen ...@@ -7651,6 +7655,7 @@ ma_atomic_increment/decrement_*() takes a pointer to the variable being incremen
#endif #endif
static void* ma__malloc_default(size_t sz, void* pUserData) static void* ma__malloc_default(size_t sz, void* pUserData)
{ {
(void)pUserData; (void)pUserData;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment