/pidgin/main: f2269fc0a52c: Fix __APPLE_CC__ to not to be define...
Daniel Atallah <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: f2269fc0a52cb83c383119f96970ba4642ab6f42 Author: Daniel Atallah <[email protected]> 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 _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits