From 75c9350ebe5b501ca851fd8170528fed55e62cf3 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 3 Apr 2011 11:56:09 +0000 Subject: [PATCH] e: fix e_intl.h SVN revision: 58299 --- src/bin/e_intl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bin/e_intl.h b/src/bin/e_intl.h index 3b763e2..7409a0e 100644 --- a/src/bin/e_intl.h +++ b/src/bin/e_intl.h @@ -1,3 +1,8 @@ +#ifdef E_INTERNAL +#if E_INTERNAL + +#ifndef E_INTL_H +#define E_INTL_H #ifdef HAVE_GETTEXT #define _(str) gettext(str) @@ -11,16 +16,10 @@ */ #define N_(str) (str) -#ifdef E_INTERNAL -#if E_INTERNAL - #ifdef E_TYPEDEFS typedef struct _E_Locale_Parts E_Locale_Parts; #endif -#ifndef E_INTL_H -#define E_INTL_H - #define E_INTL_LOC_CODESET 1 << 0 #define E_INTL_LOC_REGION 1 << 1 #define E_INTL_LOC_MODIFIER 1 << 2 @@ -56,6 +55,7 @@ EAPI E_Locale_Parts *e_intl_locale_parts_get(const char *locale); EAPI void e_intl_locale_parts_free(E_Locale_Parts *locale_parts); EAPI char *e_intl_locale_parts_combine(E_Locale_Parts *locale_parts, int mask); EAPI char *e_intl_locale_charset_canonic_get(const char *charset); + #endif #endif #endif -- 2.7.4