mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Reduce header complexity of PCRE2
This commit is contained in:
parent
b27e9fe845
commit
4a63e4a27e
14 changed files with 25 additions and 15 deletions
4
third_party/pcre/pcre2.h
vendored
4
third_party/pcre/pcre2.h
vendored
|
@ -91,10 +91,6 @@ not have stdint.h, which is why we use inttypes.h, which according to the C
|
|||
standard is a superset of stdint.h. If inttypes.h is not available the build
|
||||
will break and the relevant values must be provided by some other means. */
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
/* Allow for C++ users compiling this directly. */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue