unbreak e_intl.h #ifdefs

SVN revision: 80889
This commit is contained in:
Mike Blumenkrantz 2012-12-13 19:12:37 +00:00
parent 265e907db1
commit 6ae01a1b09
1 changed files with 10 additions and 12 deletions

View File

@ -1,7 +1,7 @@
#ifdef E_TYPEDEFS
# ifdef E_INTERNAL
# if E_INTERNAL
#ifdef E_TYPEDEFS
# ifdef HAVE_GETTEXT
#define _(str) gettext(str)
#define d_(str, dom) dgettext(PACKAGE dom, str)
@ -18,7 +18,8 @@
*/
#define N_(str) (str)
#define NP_(str, str_p) str, str_p
# endif
# endif
typedef struct _E_Locale_Parts E_Locale_Parts;
# else
@ -63,6 +64,3 @@ EAPI char *e_intl_locale_charset_canonic_get(const char *charset);
# endif
#endif
#endif
#endif