# HG changeset patch # User Matti Hamalainen # Date 1189746476 -10800 # Node ID fb5bc40d0b867239468a3723f282e16225e14bc3 # Parent 56e2a8704164ff318e1d46b264111cc0380ebf9b Remove useless #undef diff -r 56e2a8704164 -r fb5bc40d0b86 src/audacious/tuple.c --- a/src/audacious/tuple.c Thu Sep 13 01:12:43 2007 -0500 +++ b/src/audacious/tuple.c Fri Sep 14 08:07:56 2007 +0300 @@ -65,7 +65,6 @@ # define TUPLE_UNLOCK_WRITE(XX) { TUPDEB("UNLOCK_WRITE"); g_static_rw_lock_writer_unlock(&tuple_rwlock); } # define TUPLE_LOCK_READ(XX) { TUPDEB("LOCK_READ"); g_static_rw_lock_reader_lock(&tuple_rwlock); } # define TUPLE_UNLOCK_READ(XX) { TUPDEB("UNLOCK_READ"); g_static_rw_lock_reader_unlock(&tuple_rwlock); } -# undef TUPDEP # else # define TUPLE_LOCK_WRITE(XX) g_static_rw_lock_writer_lock(&tuple_rwlock) # define TUPLE_UNLOCK_WRITE(XX) g_static_rw_lock_writer_unlock(&tuple_rwlock)