mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
AMK's revised version of the previous patch.
This commit is contained in:
parent
0ef1b079a2
commit
dda6696be6
3 changed files with 29 additions and 11 deletions
|
@ -34,6 +34,7 @@ extern "C" {
|
|||
#define PCRE_EXTRA 0x0040
|
||||
#define PCRE_NOTBOL 0x0080
|
||||
#define PCRE_NOTEOL 0x0100
|
||||
#define PCRE_UNGREEDY 0x0400
|
||||
#ifdef FOR_PYTHON
|
||||
#define PCRE_LOCALE 0x0200
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue