summaryrefslogtreecommitdiff
path: root/Modules/sre_constants.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-04-19 12:56:08 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-04-19 12:56:08 +0000
commit78e2f06cc66178887ee0d6d243370efa241a675a (patch)
tree07910e9afd123f6c5c394d46f6dbdf087ef978ba /Modules/sre_constants.h
parent53d93adc46c73e6fdcd6db2d16f0136eadba9839 (diff)
downloadcpython-git-78e2f06cc66178887ee0d6d243370efa241a675a.tar.gz
Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.
Diffstat (limited to 'Modules/sre_constants.h')
-rw-r--r--Modules/sre_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/sre_constants.h b/Modules/sre_constants.h
index 540008e375..619ea00c1f 100644
--- a/Modules/sre_constants.h
+++ b/Modules/sre_constants.h
@@ -11,7 +11,7 @@
* See the _sre.c file for information on usage and redistribution.
*/
-#define SRE_MAGIC 20010701
+#define SRE_MAGIC 20030419
#define SRE_OP_FAILURE 0
#define SRE_OP_SUCCESS 1
#define SRE_OP_ANY 2