Add local_num skeleton framework to deref/closure emit calls.

This commit is contained in:
Damien
2013-10-20 15:07:49 +01:00
parent a5185f4bc8
commit 27fb45eb1c
8 changed files with 31 additions and 26 deletions

View File

@@ -103,6 +103,7 @@ id_info_t *scope_find_or_add_id(scope_t *scope, qstr qstr, bool *added) {
id_info->param = false;
id_info->kind = 0;
id_info->qstr = qstr;
id_info->local_num = 0;
*added = true;
return id_info;
}