diff options
| author | pixel <pixel> | 2003-03-19 13:49:22 +0000 |
|---|---|---|
| committer | pixel <pixel> | 2003-03-19 13:49:22 +0000 |
| commit | ab910aaa8c5e6afc05d0a2e17022565d1de92f67 (patch) | |
| tree | ab3553c90f78d804c1a4735f19019df63f583ff9 /include | |
| parent | b9dca6ae1b5b0dabd7800f077b354edd3475190b (diff) | |
Oops... ok, gettext doesn't suck. I do.
Diffstat (limited to 'include')
| -rw-r--r-- | include/gettext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gettext.h b/include/gettext.h index a08a4bd..248bf2e 100644 --- a/include/gettext.h +++ b/include/gettext.h @@ -66,12 +66,7 @@ initializer for static 'char[]' or 'const char[]' variables. */ #define gettext_noop(String) String -/* #define _(Text) dgettext ("Baltisot", Text) #define N_(Text) Text -*/ - -#define _(Text) Text -#define N_(Text) Text #endif /* _LIBGETTEXT_H */ |
