mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
346 B
Diff
13 lines
346 B
Diff
|
diff --git a/src/h/internal.h b/src/h/internal.h
|
||
|
index 50fb8a9..595d0a2 100755
|
||
|
--- a/src/h/internal.h
|
||
|
+++ b/src/h/internal.h
|
||
|
@@ -422,6 +422,7 @@ extern void cl_write_object(cl_object x, cl_object stream);
|
||
|
#endif /* ECL_THREADS */
|
||
|
|
||
|
#ifdef ECL_THREADS
|
||
|
+# define AO_REQUIRE_CAS
|
||
|
# ifdef ECL_LIBATOMIC_OPS_H
|
||
|
# include <ecl/atomic_ops.h>
|
||
|
# else
|