summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorpeb <peb@mppmu.mpg.de>2007-11-15 11:53:21 +0100
committerpeb <peb@mppmu.mpg.de>2007-11-15 11:53:21 +0100
commitb0f4a9a9a17c2f0ca7e11f46ba9219f13d926691 (patch)
treeab9ec4563cf19a177a4f1f041dfd3394a382c40e /lib.h
parent1708f1c5d340714a866ccd2f7af1586551a4ded6 (diff)
Don't use bind_textdomain_codeset() if we're not using NLS/gettext. Closes #2162.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 8e8d3951..651716c4 100644
--- a/lib.h
+++ b/lib.h
@@ -52,6 +52,7 @@
# else
# define _(a) (a)
# define N_(a) a
+# define bind_textdomain_codeset(a, b)
# endif
# define TRUE 1