From e31e8c5290410622751b8d8e4bf61bcaa8f22a03 Mon Sep 17 00:00:00 2001 From: sebastid Date: Wed, 13 Apr 2005 05:59:46 +0000 Subject: [PATCH] French SVN revision: 14166 --- src/bin/e.h | 10 ++++++++++ src/bin/e_intl.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/bin/e.h b/src/bin/e.h index 0e0696d65..62dbbff93 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -28,6 +28,16 @@ #include #include +#ifdef HAVE_CONFIG_H +#include +#endif + +#if HAVE___ATTRIBUTE__ +#define __UNUSED__ __attribute__((unused)) +#else +#define __UNUSED__ +#endif + #ifdef EAPI #undef EAPI #endif diff --git a/src/bin/e_intl.c b/src/bin/e_intl.c index 735989390..1f2be6976 100644 --- a/src/bin/e_intl.c +++ b/src/bin/e_intl.c @@ -2,7 +2,6 @@ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ #include "e.h" -#include "config.h" /* TODO List: * @@ -26,6 +25,7 @@ e_intl_init(void) ADD_LANG("C"); ADD_LANG("en"); ADD_LANG("jp"); + ADD_LANG("fr"); /* FIXME: NULL == use LANG. make this read a config value if it exists */ e_intl_language_set(NULL);