diff options
author | Michael Vogt <egon@bottom> | 2006-09-30 16:18:09 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-09-30 16:18:09 +0200 |
commit | dd2fdae926c586c6e19ec7d66cc0cb18932d7036 (patch) | |
tree | 74b5adfb68810f491c5ec53d029292bd9882b569 /buildlib | |
parent | b3b73d89b698cba8e91b0e6c0807afecc6191a98 (diff) | |
parent | 47e6f3ac05262f452eddbb59657cfc2465b5c62e (diff) |
* merged from mainline
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/apti18n.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildlib/apti18n.h.in b/buildlib/apti18n.h.in index 812457643..a5b91b1ee 100644 --- a/buildlib/apti18n.h.in +++ b/buildlib/apti18n.h.in @@ -14,8 +14,10 @@ # else # define _(x) gettext(x) # endif +# define N_(x) x #else // apt will not use any gettext # define setlocale(a, b) # define _(x) x +# define N_(x) x #endif |