/pidgin/main: f2269fc0a52c: Fix __APPLE_CC__ to not to be define...
Daniel Atallah
datallah at pidgin.im
Fri Jun 17 22:11:54 EDT 2016
Changeset: f2269fc0a52cb83c383119f96970ba4642ab6f42
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2016-06-17 22:11 -0400
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/f2269fc0a52c
Description:
Fix __APPLE_CC__ to not to be defined on all platforms at the cost of a build warning from libintl.h
(the #define was added in c7a49364ce5f)
diffstat:
libpurple/internal.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (13 lines):
diff --git a/libpurple/internal.h b/libpurple/internal.h
--- a/libpurple/internal.h
+++ b/libpurple/internal.h
@@ -47,9 +47,6 @@
*/
#ifdef ENABLE_NLS
# include <locale.h>
-# ifndef __APPLE_CC__
-# define __APPLE_CC__ 0
-# endif
# include <libintl.h>
# define _(String) ((const char *)dgettext(PACKAGE, String))
# ifdef gettext_noop
More information about the Commits
mailing list