K 10 svn:author V 6 marcel K 8 svn:date V 27 2008-04-25T02:51:08.000000Z K 7 svn:log V 321 Don't use __sync_fetch_and_add_si(), __sync_bool_compare_and_swap_si() and __sync_bool_compare_and_swap_di() for atomic ops. Those are GCC intrinsincs before GCC-4.1.0. With GCC 4.2.x in the tree, this breaks the build. The glib20 code already has the right intrinsincs, so we can eliminate this patch. Ok'd by: marcus@ END