Index: src/macros.py |
diff --git a/src/macros.py b/src/macros.py |
index 305a693d441f974a63fddbd9d29c2d3db02d6b9c..131df878b5d8716db6dca81ad3710610f37cfc56 100644 |
--- a/src/macros.py |
+++ b/src/macros.py |
@@ -285,3 +285,6 @@ const PROPERTY_ATTRIBUTES_PRIVATE_SYMBOL = 32; |
const ITERATOR_KIND_KEYS = 1; |
const ITERATOR_KIND_VALUES = 2; |
const ITERATOR_KIND_ENTRIES = 3; |
+ |
+# Check whether debug is active. |
+const DEBUG_IS_ACTIVE = (%_DebugIsActive() != 0); |