summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iseq.h b/iseq.h
index beeacbb236..85336d93d8 100644
--- a/iseq.h
+++ b/iseq.h
@@ -118,6 +118,8 @@ enum defined_type {
DEFINED_FUNC
};
+#define DEFAULT_SPECIAL_VAR_COUNT 2
+
#if defined __GNUC__ && __GNUC__ >= 4
#pragma GCC visibility pop
#endif