aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/sre_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/sre_constants.h')
-rw-r--r--Modules/sre_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/sre_constants.h b/Modules/sre_constants.h
index 13c89583e71..5940d5a50f7 100644
--- a/Modules/sre_constants.h
+++ b/Modules/sre_constants.h
@@ -81,6 +81,8 @@
#define SRE_FLAG_DOTALL 16
#define SRE_FLAG_UNICODE 32
#define SRE_FLAG_VERBOSE 64
+#define SRE_FLAG_DEBUG 128
+#define SRE_FLAG_ASCII 256
#define SRE_INFO_PREFIX 1
#define SRE_INFO_LITERAL 2
#define SRE_INFO_CHARSET 4