This is the mail archive of the libc-alpha@sources.redhat.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]
Other format: [Raw text]

[PATCH] Reorganize inclusions in regex


The attached patch moves to regex_internal.h the inclusions that are common
to all the regex C source files, and ensures that regex.h can be included
when only sys/types.h has been included.

Since I was at it, I also conditionalized the inclusion of locale.h on
HAVE_LOCALE_H || _LIBC.

|_  _  _ __
|_)(_)| ),'
------- '---

Attachment: regex-extract-includes.patch
Description: Binary data


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