Skip to content

Commit

Permalink
Actually use stdatomiccompat.h in rpmalloc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
matpow2 committed Nov 26, 2018
1 parent 8d3536d commit 50784ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraingen/tgen2/src/rpmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static FORCEINLINE int atomic_cas_ptr(atomicptr_t* dst, void* val, void* ref

#else

#include <stdatomic.h>
#include "stdatomiccompat.h"

typedef volatile _Atomic(int32_t) atomic32_t;
typedef volatile _Atomic(int64_t) atomic64_t;
Expand Down

0 comments on commit 50784ed

Please sign in to comment.