@@ -52,11 +52,11 @@ /// \cond internal struct pre_ivar { void **memchunks; size_t memchunks_size; - int32_t retain_count; /* int32_t because atomic ops use int32_t */ + int32_t retain_count; #ifndef OF_ATOMIC_OPS of_spinlock_t retain_spinlock; #endif }; /// \endcond