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


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

Re: glibc-current


Florian La Roche <florian@suse.de> writes:

> Probably regexp.h should be changed to use alloca() instead of __alloca().

I did this although it's a bit unclean.  When a compiler which does
not understand to handle alloca internally is used, the namespace will
be polluted.  But I don't care enough (for this stupid definition and
those compilers) to look for a better solution.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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