Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80110 | Differences between
and this patch

Collapse All | Expand All

(-)glib/gi18n.h.mps (-2 / +6 lines)
Lines 20-25 Link Here
20
#define __G_I18N_H__
20
#define __G_I18N_H__
21
21
22
#include <glib/gstrfuncs.h>
22
#include <glib/gstrfuncs.h>
23
24
#ifdef ENABLE_NLS
23
#include <libintl.h>
25
#include <libintl.h>
24
26
25
#define _(String) gettext (String)
27
#define _(String) gettext (String)
Lines 29-35 Link Here
29
#else
31
#else
30
#define N_(String) (String)
32
#define N_(String) (String)
31
#endif
33
#endif
34
#else
35
#define _(String) (String)
36
#define dgettext(Domain,String) (String)
37
#endif
32
38
33
#endif  /* __G_I18N_H__ */
39
#endif  /* __G_I18N_H__ */
34
35

Return to bug 80110