boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / libatomic_ops-1.2 / src / atomic_ops / sysdeps / ordered.h
index 2bcd8d8a14806ba5b7af1a869acb1b49c4e1309a..cdd2d8e157d6b8d604689ffa56ca1f8fae1bcbc2 100644 (file)
@@ -28,7 +28,7 @@
 #include "ordered_except_wr.h"
 
 AO_INLINE void
-AO_nop_full()
+AO_nop_full(void)
 {
   AO_compiler_barrier();
 }