From: Ulrich Drepper Date: Mon, 16 Oct 2000 16:16:29 +0000 (+0000) Subject: Always include for glibc. X-Git-Tag: cvs/glibc-2_1_96~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=457429b40448703bbc251698f71ed025ddd31ff5;p=platform%2Fupstream%2Fglibc.git Always include for glibc. --- diff --git a/malloc/obstack.c b/malloc/obstack.c index 17c6313..38fc02f 100644 --- a/malloc/obstack.c +++ b/malloc/obstack.c @@ -1,5 +1,5 @@ /* obstack.c - subroutines used implicitly by object stack macros - Copyright (C) 1988-1994,96,97,98,99 Free Software Foundation, Inc. + Copyright (C) 1988-1994,96,97,98,99,2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. @@ -451,7 +451,7 @@ _obstack_memory_used (h) /* Define the error handler. */ #ifndef _ -# ifdef HAVE_LIBINTL_H +# if defined HAVE_LIBINTL_H || defined _LIBC # include # ifndef _ # define _(Str) gettext (Str) diff --git a/posix/getopt.c b/posix/getopt.c index a6d2d04..c981553 100644 --- a/posix/getopt.c +++ b/posix/getopt.c @@ -77,9 +77,8 @@ #endif #ifndef _ -/* This is for other GNU distributions with internationalized messages. - When compiling libc, the _ macro is predefined. */ -# ifdef HAVE_LIBINTL_H +/* This is for other GNU distributions with internationalized messages. */ +# if defined HAVE_LIBINTL_H || defined _LIBC # include # define _(msgid) gettext (msgid) # else