summaryrefslogtreecommitdiffstats
path: root/Modules/pcre.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-07 15:32:44 (GMT)
committerGuido van Rossum <guido@python.org>1998-05-07 15:32:44 (GMT)
commitdda6696be67bedf4d5547e8bf597cb7cd4769c69 (patch)
treec57b0abedb711efdbf9ce481a43f52da77b4afe4 /Modules/pcre.h
parent0ef1b079a2a2c2c5ca2ffd8c8bd22f1145b17af4 (diff)
downloadcpython-dda6696be67bedf4d5547e8bf597cb7cd4769c69.zip
cpython-dda6696be67bedf4d5547e8bf597cb7cd4769c69.tar.gz
cpython-dda6696be67bedf4d5547e8bf597cb7cd4769c69.tar.bz2
AMK's revised version of the previous patch.
Diffstat (limited to 'Modules/pcre.h')
-rw-r--r--Modules/pcre.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/pcre.h b/Modules/pcre.h
index 06768a9..347ca72 100644
--- a/Modules/pcre.h
+++ b/Modules/pcre.h
@@ -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