diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/common.h | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/plugins/common.h b/plugins/common.h index e3f150f..e10586b 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -184,20 +184,8 @@ enum { | |||
184 | * Internationalization | 184 | * Internationalization |
185 | * | 185 | * |
186 | */ | 186 | */ |
187 | 187 | #include "gettext.h" | |
188 | #ifdef ENABLE_NLS | 188 | #define _(String) gettext (String) |
189 | # include "gettext.h" | ||
190 | # define _(String) gettext (String) | ||
191 | # define S_(String) gettext (String) | ||
192 | # define gettext_noop(String) String | ||
193 | # define N_(String) gettext_noop String | ||
194 | #else | ||
195 | # define _(String) (String) | ||
196 | # define S_(String) (String) | ||
197 | # define N_(String) String | ||
198 | # define textdomain(Domain) | ||
199 | # define bindtextdomain(Package, Directory) | ||
200 | #endif | ||
201 | 189 | ||
202 | /* For non-GNU compilers to ignore __attribute__ */ | 190 | /* For non-GNU compilers to ignore __attribute__ */ |
203 | #ifndef __GNUC__ | 191 | #ifndef __GNUC__ |