diff options
author | Damien George <damien.p.george@gmail.com> | 2013-12-30 22:32:17 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2013-12-30 22:32:17 +0000 |
commit | 6baf76e28b17055fc6e5a6c9560e756d32eaad5d (patch) | |
tree | f4245858b6755d6731a7ec6c9f0a6fc49901eb5b /py/scope.h | |
parent | 8cc96a35e532ef999e5a3739deeb44f51a80744b (diff) |
py: make closures work.
Diffstat (limited to 'py/scope.h')
-rw-r--r-- | py/scope.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/scope.h b/py/scope.h index 1231b3cc5..761a4d711 100644 --- a/py/scope.h +++ b/py/scope.h @@ -49,7 +49,6 @@ typedef struct _scope_t { int num_dict_params; */ int num_locals; - int num_cells; int stack_size; uint unique_code_id; uint emit_options; |