AMK's revised version of the previous patch.

This commit is contained in:
Guido van Rossum 1998-05-07 15:32:44 +00:00
parent 0ef1b079a2
commit dda6696be6
3 changed files with 29 additions and 11 deletions

View file

@ -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