diff options
Diffstat (limited to 'py/scope.h')
-rw-r--r-- | py/scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/scope.h b/py/scope.h index 1b626c8ec1..9a04c56f61 100644 --- a/py/scope.h +++ b/py/scope.h @@ -7,6 +7,7 @@ enum { }; typedef struct _id_info_t { + // TODO compress this info to make structure smaller in memory bool param; int kind; qstr qstr; |