From 01032942580ba5f04ca9c809b049b76a68567aec Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 7 Jun 2014 17:10:57 -0400 Subject: error: Use atomics instead of mutexes. --- libdimension/compiler-internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libdimension/compiler-internal.h') diff --git a/libdimension/compiler-internal.h b/libdimension/compiler-internal.h index e59ece2..ffe8de3 100644 --- a/libdimension/compiler-internal.h +++ b/libdimension/compiler-internal.h @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2010-2011 Tavian Barnes * + * Copyright (C) 2010-2014 Tavian Barnes * * * * This file is part of The Dimension Library. * * * @@ -49,3 +49,5 @@ #define DMNSN_DESTRUCTOR #define DMNSN_LATE_DESTRUCTOR #endif + +#define atomic _Atomic -- cgit v1.2.3