185787c65b
Darwin in libc compilation We build the regex code in tools without nls. We don't include any nls headers for that, but on Darwin wint_t gets defined, so we end up with a compilation error. The cleaner fix would have been to always use regex_foo_t types, but the minimal fix is to only do this for the tools build, using cpp. |
||
---|---|---|
.. | ||
COPYRIGHT | ||
Makefile.inc | ||
WHATSNEW | ||
cname.h | ||
engine.c | ||
re_format.7 | ||
regcomp.c | ||
regerror.c | ||
regex.3 | ||
regex2.h | ||
regexec.c | ||
regfree.c | ||
regsub.c | ||
utils.h |