This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Use __NO_INLINE__ checks in glibc headers (take 2)


Jakub Jelinek <jakub@redhat.com> writes:

> On Sat, May 05, 2001 at 05:48:10PM +0200, Andreas Jaeger wrote:
> > IMO that variant would be the cleaner solution,
> 
> Here it is:
> 
> 2001-05-05  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* include/features.h (__USE_EXTERN_INLINES): Don't define if
> 	__NO_INLINE__ is defined.
> 	* ctype/ctype.h (tolower, toupper): Change the guard condition to
> 	__USE_EXTERN_INLINES check only.
> 	* stdlib/stdlib.h (strtod, ...): Likewise.
> 	* wcsmbs/wchar (mbrlen): Likewise.
> 	* string/string.h: Only include bits/string.h and bits/string2.h
> 	if __NO_INLINE__ is not defined.

Thanks.  This looks fine.  I'll give others the chance to comment on
it and will commit it on monday if nobody sees a problem.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]