Add placeholder tags for c89atomic amalgamation.

This commit is contained in:
David Reid
2020-06-23 16:53:55 +10:00
parent 080623d3ee
commit 5cd8c3be34
+5
View File
@@ -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
#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;