summaryrefslogtreecommitdiff
path: root/py/scope.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-20 15:07:49 +0100
committerDamien <damien.p.george@gmail.com>2013-10-20 15:07:49 +0100
commit27fb45eb1c95f9cc02f4ed1b9d573ece0d4c1a18 (patch)
treeceac81236ebc3e0dcd201888f251016cb2af50ba /py/scope.h
parenta5185f4bc8f60fb2be82580e6f2d93fec53d0a33 (diff)
Add local_num skeleton framework to deref/closure emit calls.
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 1b626c8ec..9a04c56f6 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;