summaryrefslogtreecommitdiffstatshomepage
path: root/py/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/scope.h')
-rw-r--r--py/scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/scope.h b/py/scope.h
index d6742b4c96..77bc69d740 100644
--- a/py/scope.h
+++ b/py/scope.h
@@ -41,6 +41,7 @@ enum {
ID_FLAG_IS_PARAM = 0x01,
ID_FLAG_IS_STAR_PARAM = 0x02,
ID_FLAG_IS_DBL_STAR_PARAM = 0x04,
+ ID_FLAG_VIPER_TYPE_POS = 4,
};
typedef struct _id_info_t {