This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug hurd/11638] regex.c fails to compile on Hurd


http://sourceware.org/bugzilla/show_bug.cgi?id=11638

Paul Eggert <eggert at gnu dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eggert at gnu dot org

--- Comment #3 from Paul Eggert <eggert at gnu dot org> 2012-02-17 08:17:18 UTC ---
I have attached the patch that Gnulib uses for this problem: it's more
portable, as it doesn't assume that <sys/param.h> exists or that <sys/param.h>
defines MIN and MAX.  regex_internal.h is used outside glibc so it needs to be
a bit more portable.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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