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
2
third_party/pcre/pcre2_maketables.c
vendored
2
third_party/pcre/pcre2_maketables.c
vendored
|
@ -1,6 +1,8 @@
|
|||
/*************************************************
|
||||
* Perl-Compatible Regular Expressions *
|
||||
*************************************************/
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/mem/mem.h"
|
||||
|
||||
/* PCRE is a library of functions to support regular expressions whose syntax
|
||||
and semantics are as close as possible to those of the Perl 5 language.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue