# HG changeset patch # User Matti Hamalainen # Date 1167601920 0 # Node ID 2ea3005a4b7ff9d3180f5f01cb3525984ff27718 # Parent e4a7235746ec99331a9531ae1267a0595330ddb3 Conditional #definition of _() diff -r e4a7235746ec -r 2ea3005a4b7f src/xmms-sid.h --- a/src/xmms-sid.h Sun Dec 31 21:51:05 2006 +0000 +++ b/src/xmms-sid.h Sun Dec 31 21:52:00 2006 +0000 @@ -217,8 +217,15 @@ void xs_error(const char *, ...); + +/* For possible i18n support + */ +#ifndef _ #define _(x) x +#endif +/* Debugging + */ #ifndef DEBUG_NP void XSDEBUG(const char *, ...); #else