Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/texinfo/intl Don't do _INTL_REDIRECT_ASM if __APPLE__.
details: https://anonhg.NetBSD.org/src/rev/d18e309ab5cd
branches: trunk
changeset: 544137:d18e309ab5cd
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Mar 12 22:46:25 2003 +0000
description:
Don't do _INTL_REDIRECT_ASM if __APPLE__.
diffstat:
gnu/dist/texinfo/intl/libgnuintl.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 217c947811b9 -r d18e309ab5cd gnu/dist/texinfo/intl/libgnuintl.h
--- a/gnu/dist/texinfo/intl/libgnuintl.h Wed Mar 12 22:16:31 2003 +0000
+++ b/gnu/dist/texinfo/intl/libgnuintl.h Wed Mar 12 22:46:25 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libgnuintl.h,v 1.1.1.1 2003/01/17 14:54:19 wiz Exp $ */
+/* $NetBSD: libgnuintl.h,v 1.2 2003/03/12 22:46:25 thorpej Exp $ */
/* Message catalogs for internationalization.
Copyright (C) 1995-1997, 2000-2002 Free Software Foundation, Inc.
@@ -95,7 +95,8 @@
If he doesn't, we choose the method. A third possible method is
_INTL_REDIRECT_ASM, supported only by GCC. */
#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
-# if __GNUC__ >= 2 && (defined __STDC__ || defined __cplusplus)
+# if __GNUC__ >= 2 && (defined __STDC__ || defined __cplusplus) && \
+ !defined(__APPLE__)
# define _INTL_REDIRECT_ASM
# else
# ifdef __cplusplus
Home |
Main Index |
Thread Index |
Old Index