commit | 9ecbcfff994621aa17fdbb5bf2f0c6710e54ea4c | [log] [tgz] |
---|---|---|
author | Damien <damien.p.george@gmail.com> | Wed Dec 11 00:41:43 2013 +0000 |
committer | Damien <damien.p.george@gmail.com> | Wed Dec 11 00:41:43 2013 +0000 |
tree | 5ab817267cb59848a83b9efa46826e403518d921 | |
parent | 5285155ef766a00d1eac868cebe92c01c836c64d [diff] [blame] |
py: work towards working closures.
diff --git a/py/scope.c b/py/scope.c index 7f84410..d72d130 100644 --- a/py/scope.c +++ b/py/scope.c
@@ -52,6 +52,7 @@ scope->num_dict_params = 0; */ scope->num_locals = 0; + scope->num_cells = 0; scope->unique_code_id = unique_code_id; scope->emit_options = emit_options;